zhang_li 1 year ago
parent
commit
3e86a0f0e5
  1. 5
      src/components/XButton/src/ButtonBase.vue

5
src/components/XButton/src/ButtonBase.vue

@ -85,6 +85,9 @@ const updataTableColumns = (val) => {
<style scoped lang="scss"> <style scoped lang="scss">
.btn-div{ .btn-div{
display: inline; display: inline;
padding:0px 5px ;
::v-deep(.el-button){
margin: 0px 5px;
}
} }
</style> </style>
Loading…
Cancel
Save