소스 검색

样式调整打包异常依赖引用

hubin 1 년 전
부모
커밋
ec2ee7010d

+ 5 - 1
package.json

@@ -18,10 +18,12 @@
     "lint:lint-staged": "lint-staged"
   },
   "dependencies": {
-    "@element-plus/icons-vue": "^2.1.0",
+    "@element-plus/icons-vue": "^2.3.1",
     "@form-create/component-wangeditor": "^3.1",
     "@form-create/element-ui": "^3.1.16",
     "@form-create/utils": "^3.1.15",
+    "@popperjs/core": "^2.11.8",
+    "@vue/shared": "^3.4.21",
     "@vueuse/core": "^10.1.2",
     "axios": "^1.4.0",
     "colord": "^2.9.3",
@@ -30,6 +32,8 @@
     "element-plus": "^2.3.4",
     "everright-formeditor": "^1.3.0-beta.2",
     "js-md5": "^0.7.3",
+    "lodash-es": "^4.17.21",
+    "lodash-unified": "^1.0.3",
     "mitt": "^3.0.0",
     "nprogress": "^0.2.0",
     "path-browserify": "^1.0.1",

BIN
src/assets/images/banner_01.webp


BIN
src/assets/images/banner_02.webp


+ 1 - 1
src/layout/components/Header/components/AuthProduct.vue

@@ -3,7 +3,7 @@
 		<el-tooltip :content="$t('le.authProduct')" effect="dark" placement="bottom">
 			<div class="menu--search menu-item le-hover-effect--bg" @click="jumpAuthPage">
 				<SvgIcon icon-class="authProduct" />
-				<span style="font-size: 14px; display: inline-block; margin-left: 3px">采购授权</span>
+				<span style="font-size: 20px; color: #3293ed; display: inline-block; margin-left: 3px">采购授权</span>
 			</div>
 		</el-tooltip>
 	</div>

+ 0 - 1
src/views/dashboard/index.vue

@@ -527,7 +527,6 @@ const tableOpts = ref({
 	.item {
 		width: 160px;
 		color: var(--el-text-color-primary);
-		text-align: right;
 		font-size: 14px;
 		.value {
 			margin-top: 6px;