Browse Source

修复“组件大小”在“默认”和“大型”时,查询栏偏上问题

夜鹰 8 tháng trước cách đây
mục cha
commit
2d8337d566
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 0 1
      Web/src/components/table/search.vue
  2. 1 1
      Web/src/theme/element.scss

+ 0 - 1
Web/src/components/table/search.vue

@@ -237,7 +237,6 @@ const shortcuts = [
 }
 
 .table-search-btn {
-    width: 184px;
     flex-shrink: 0;
 
     // 右侧查询重置按钮随展开垂直居中

+ 1 - 1
Web/src/theme/element.scss

@@ -53,7 +53,7 @@
 		// 	margin-bottom: 18px !important;
 		// }
 
-        .el-form-item--small.el-form-item,.el-form-item:last-of-type {
+        .el-form-item,.el-form-item:last-of-type {
             margin: 5px 15px !important;
         }
 	}