陈薪名 1 year ago
parent
commit
824b32121c
  1. 9
      src/components/TableHead/src/TableHead.vue
  2. 3
      src/components/XButton/src/ButtonBase.vue

9
src/components/TableHead/src/TableHead.vue

@ -170,16 +170,13 @@ watch(
} }
.tableNavLeftBtns{ .tableNavLeftBtns{
display: flex; display: flex;
::v-deep(>div){
margin-left: -5px; margin-left: -5px;
}
} }
.tableNavRightBtns{ .tableNavRightBtns{
display: flex; display: flex;
margin-left: 10px; margin-left: 10px;
::v-deep(>div){ margin-right: -5px;
margin-right: -5px;
}
} }
} }
</style> </style>

3
src/components/XButton/src/ButtonBase.vue

@ -89,5 +89,8 @@ const updataTableColumns = (val) => {
::v-deep(.el-button){ ::v-deep(.el-button){
margin: 0px 5px; margin: 0px 5px;
} }
::v-deep(.el-button.is-link){
margin: 0px;
}
} }
</style> </style>
Loading…
Cancel
Save