fix: 修复table setting 上下不居中 (#4410)
This commit is contained in:
parent
f67b5d8569
commit
960f1d3c0b
|
|
@ -55,6 +55,8 @@
|
|||
</script>
|
||||
<style lang="less">
|
||||
.table-settings {
|
||||
display: flex;
|
||||
|
||||
& > * {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue