zhang_li 1 year ago
parent
commit
3157527a60
  1. 3
      src/components/XButton/src/ButtonBase.vue

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

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