lanjianrong %!s(int64=4) %!d(string=hai) anos
pai
achega
f6af9e49a2
Modificáronse 4 ficheiros con 15 adicións e 18 borrados
  1. 0 3
      config/config.js
  2. 0 0
      src/components/Table/src/InfinityTable.tsx
  3. 13 13
      src/global.less
  4. 2 2
      src/pages/document.ejs

+ 0 - 3
config/config.js

@@ -63,9 +63,6 @@ export default defineConfig({
   },
   exportStatic: {},
   esbuild: {},
-  nodeModulesTransform: {
-    type: 'none'
-  },
   fastRefresh: {},
   nodeModulesTransform: {
     type: 'none' // 提升编译速度加速,加速

+ 0 - 0
src/components/Table/src/InfinityTable.tsx


+ 13 - 13
src/global.less

@@ -213,20 +213,20 @@ input:-webkit-autofill:active {
     margin: 0 !important;
   }
 
-  .sheet-box .sheet-box-left {
-    height: unset;
-    overflow-y: unset;
-  }
-  .sheet-right-panel,
-  .sheet-panel-record {
-    height: unset;
-  }
+  // .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-search {
+  //   > .ant-input-group-wrapper {
+  //     width: unset;
+  //   }
+  // }
 
   // .ant-pro-table-list-toolbar-container {
   //   flex-wrap: nowrap !important;

+ 2 - 2
src/pages/document.ejs

@@ -14,10 +14,10 @@
       content="
       CLD.SystemV2"
     />
-    <meta
+    <!-- <meta
       name="viewport"
       content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
-    />
+    /> -->
     <title>CLD.SystemV2</title>
     <link rel="icon" href="<%= context.config.publicPath +'favicon.ico'%>" type="image/x-icon" />
   </head>