소스 검색

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

li-yi-hong 6 달 전
부모
커밋
960f1d3c0b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/Table/src/components/settings/index.vue

+ 2 - 0
src/components/Table/src/components/settings/index.vue

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