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

按钮所在行优化

wyh 2 hónapja%!(EXTRA string=óta)
szülő
commit
e3065778e1
2 módosított fájl, 4 hozzáadás és 0 törlés
  1. 2 0
      src/assets/less/common.css
  2. 2 0
      src/assets/less/common.less

+ 2 - 0
src/assets/less/common.css

@@ -1,6 +1,8 @@
 /*列表上方操作按钮区域*/
 .ant-card-body .table-operator {
   margin-bottom: 8px;
+}
+.table-operator {
   width: 56%;
 }
 /** Button按钮间距 */

+ 2 - 0
src/assets/less/common.less

@@ -2,6 +2,8 @@
 /*列表上方操作按钮区域*/
 .ant-card-body .table-operator {
   margin-bottom: 8px;
+}
+.table-operator {
   width: 56%;
 }
 /** Button按钮间距 */