Browse Source

fix: 修复table setting 上下不居中 (#4410)

v2
li-yi-hong 4 days ago
committed by GitHub
parent
commit
960f1d3c0b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/Table/src/components/settings/index.vue

2
src/components/Table/src/components/settings/index.vue

@ -55,6 +55,8 @@
</script>
<style lang="less">
.table-settings {
display: flex;
& > * {
margin-right: 12px;
}

Loading…
Cancel
Save