Forráskód Böngészése

添加按钮显示位置

wangwei 3 éve
szülő
commit
6a830a411f

+ 3 - 0
src/views/money/account/index.vue

@@ -336,6 +336,9 @@
   .vben-basic-table-header__toolbar {
     justify-content: space-between;
   }
+  .tool-btn-wrap {
+    flex: 1;
+  }
   .tool-btn-wrap button {
     margin-right: 5px;
   }

+ 3 - 0
src/views/money/bill/index.vue

@@ -264,6 +264,9 @@
   .vben-basic-table-header__toolbar {
     justify-content: space-between;
   }
+  .tool-btn-wrap {
+    flex: 1;
+  }
   .tool-btn-wrap button {
     margin-right: 5px;
   }

+ 3 - 0
src/views/money/dues/index.vue

@@ -338,6 +338,9 @@
   .vben-basic-table-header__toolbar {
     justify-content: space-between;
   }
+  .tool-btn-wrap {
+    flex: 1;
+  }
   .tool-btn-wrap button {
     margin-right: 5px;
   }