@@ -63,9 +63,6 @@ export default defineConfig({
},
exportStatic: {},
esbuild: {},
- nodeModulesTransform: {
- type: 'none'
- },
fastRefresh: {},
nodeModulesTransform: {
type: 'none' // 提升编译速度加速,加速
@@ -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 {
+ // .sheet-box .sheet-box-left {
+ // height: unset;
+ // overflow-y: unset;
+ // }
+ // .sheet-right-panel,
+ // .sheet-panel-record {
- .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;
@@ -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>