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

This commit is contained in:
li-yi-hong 2024-09-15 21:36:36 +08:00 committed by GitHub
parent f67b5d8569
commit 960f1d3c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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