lilei 1 month ago
parent
commit
b0589f7e79
4 changed files with 4 additions and 5 deletions
  1. 1 3
      package-lock.json
  2. 1 0
      package.json
  3. 1 1
      src/components/index.less
  4. 1 1
      src/main.js

+ 1 - 3
package-lock.json

@@ -1080,7 +1080,6 @@
       "version": "7.28.0",
       "version": "7.28.0",
       "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz",
       "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz",
       "integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==",
       "integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==",
-      "dev": true,
       "requires": {
       "requires": {
         "@babel/helper-module-imports": "^7.27.1",
         "@babel/helper-module-imports": "^7.27.1",
         "@babel/helper-plugin-utils": "^7.27.1",
         "@babel/helper-plugin-utils": "^7.27.1",
@@ -1093,8 +1092,7 @@
         "semver": {
         "semver": {
           "version": "6.3.1",
           "version": "6.3.1",
           "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
           "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
-          "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
-          "dev": true
+          "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
         }
         }
       }
       }
     },
     },

+ 1 - 0
package.json

@@ -15,6 +15,7 @@
   },
   },
   "dependencies": {
   "dependencies": {
     "@antv/data-set": "^0.10.2",
     "@antv/data-set": "^0.10.2",
+    "@babel/plugin-transform-runtime": "^7.28.0",
     "@babel/preset-env": "^7.26.0",
     "@babel/preset-env": "^7.26.0",
     "@jiaminghi/data-view": "^2.10.0",
     "@jiaminghi/data-view": "^2.10.0",
     "ant-design-vue": "^1.7.8",
     "ant-design-vue": "^1.7.8",

+ 1 - 1
src/components/index.less

@@ -1,5 +1,5 @@
 @import '~ant-design-vue/dist/antd.less'; // 引入官方提供的 less 样式入口文件
 @import '~ant-design-vue/dist/antd.less'; // 引入官方提供的 less 样式入口文件
-// @import '~vue-easytable/packages/theme-default/index.less';
+@import '~vue-easytable/packages/theme-default/index.less';
 @import './newThem.less'; // 用于覆盖上面定义的变量
 @import './newThem.less'; // 用于覆盖上面定义的变量
 // The prefix to use on all css classes from ant-pro.
 // The prefix to use on all css classes from ant-pro.
 @ant-pro-prefix             : ant-pro;
 @ant-pro-prefix             : ant-pro;

+ 1 - 1
src/main.js

@@ -19,7 +19,7 @@ Vue.component("ItemWrap",ItemWrap)
 Vue.component("Reacquire",Reacquire)
 Vue.component("Reacquire",Reacquire)
 
 
 // 引入组件库
 // 引入组件库
-import "vue-easytable/libs/theme-default/index.css";
+// import "vue-easytable/libs/theme-default/index.css";
 import zhCN from "vue-easytable/libs/locale/lang/zh-CN.js";
 import zhCN from "vue-easytable/libs/locale/lang/zh-CN.js";
 import VueEasytable from "vue-easytable";
 import VueEasytable from "vue-easytable";
 VueEasytable.VeLocale.use(zhCN);
 VueEasytable.VeLocale.use(zhCN);