fix(表格组件): 滚动条&用例表格操作栏宽度调整

This commit is contained in:
baiqi 2024-11-04 15:25:55 +08:00 committed by Craftsman
parent 475498e636
commit a0f6f1fe10
1 changed files with 3 additions and 2 deletions

View File

@ -65,9 +65,10 @@ export default {
<style lang="scss" scoped>
.operator-btn-group {
display: flex;
display: inline-flex;
align-items: center;
gap: 10px;
gap: 8px;
margin-right: 8px;
.el-button {
margin-right: 0;
}