lanjianrong 4 лет назад
Родитель
Сommit
be32025e80
1 измененных файлов с 21 добавлено и 2 удалено
  1. 21 2
      src/global.less

+ 21 - 2
src/global.less

@@ -198,7 +198,11 @@ input:-webkit-autofill:active {
     width: 70% !important;
   }
 }
-
+// .ant-pro-table-list-toolbar-search {
+//   > .ant-input-group-wrapper {
+//     width: 250px;
+//   }
+// }
 @media (max-width: 767.98px) {
   .my-drawer.ant-drawer-open {
     > .ant-drawer-content-wrapper {
@@ -209,13 +213,28 @@ input:-webkit-autofill:active {
     margin: 0 !important;
   }
 
-  .sheet-box-left {
+  .sheet-box .sheet-box-left {
     height: unset;
+    overflow-y: unset;
   }
   .sheet-right-panel,
   .sheet-panel-record {
     height: unset;
   }
+
+  .ant-pro-table-list-toolbar-search {
+    > .ant-input-group-wrapper {
+      width: unset;
+    }
+  }
+
+  // .ant-pro-table-list-toolbar-container {
+  //   flex-wrap: nowrap !important;
+  //   align-items: center !important;
+  //   > .ant-pro-table-list-toolbar-left {
+  //     margin-bottom: 0;
+  //   }
+  // }
 }
 // .react-resizable {
 //   background-clip: padding-box !important;