fix(表格组件): 滚动条&用例表格操作栏宽度调整
This commit is contained in:
parent
475498e636
commit
a0f6f1fe10
|
@ -65,9 +65,10 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.operator-btn-group {
|
.operator-btn-group {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 8px;
|
||||||
|
margin-right: 8px;
|
||||||
.el-button {
|
.el-button {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue