From 8c0067935c0434e3f51ffae901964a81fd8b1f2f Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期一, 18 四月 2022 14:53:07 +0800 Subject: [PATCH] 人事人才 --- package.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de1d5b1..fd15e48 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "nprogress": "^0.2.0", "postcss-px2rem-exclude": "^0.0.6", "sass-loader": "^7.3.1", + "v-fit-columns": "^0.2.0", "vcolorpicker": "^0.1.8", "vue": "^2.6.11", "vue-router": "^3.1.6", @@ -77,8 +78,8 @@ "plugins": { "autoprefixer": {}, "postcss-px2rem-exclude": { - "remUnit": 10, - "exclude": "/node_modules/i" + "remUnit": 256, + "exclude": "/node_modules|element/i" } } } -- Gitblit v1.9.1