瀏覽代碼

按钮所在行优化

wyh 2 月之前
父節點
當前提交
7d6702b0be
共有 2 個文件被更改,包括 2 次插入6 次删除
  1. 1 3
      src/assets/less/common.css
  2. 1 3
      src/assets/less/common.less

+ 1 - 3
src/assets/less/common.css

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

+ 1 - 3
src/assets/less/common.less

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