瀏覽代碼

按钮所在行优化

wyh 2 月之前
父節點
當前提交
e3065778e1
共有 2 個文件被更改,包括 4 次插入0 次删除
  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按钮间距 */