From b1086afdaad5ccbf9d68fbae5529d3644f690f71 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Mon, 29 Aug 2022 17:58:41 +0800
Subject: [PATCH] 修改图片访问地址
---
src/styles/element-ui.scss | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 2a8caa6..113150a 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -8,7 +8,7 @@
// icon图标
.el-icon-my-sy {
- background: url('/img/icon/1016.png') center no-repeat;
+ background: url('../../public/img/icon/1016.png') center no-repeat;
// background-size: 100% 100%;
/* background-size: cover;*/
}
@@ -20,7 +20,7 @@
}
.el-icon-my-sb {
- background: url('/img/icon/3666.png') center no-repeat;
+ background: url('../../public/img/icon/3666.png') center no-repeat;
// background-size: 100% 100%;
/* background-size: cover;*/
}
@@ -32,7 +32,7 @@
}
.el-icon-my-nc-menu {
- background: url('/img/icon/nc-menu.png') center no-repeat;
+ background: url('../../public/img/icon/nc-menu.png') center no-repeat;
// background-size: 100% 100%;
/* background-size: cover;*/
}
@@ -44,7 +44,7 @@
}
.el-icon-my-jksb-menu {
- background: url('/img/icon/jksb-menu.png') center no-repeat;
+ background: url('../../public/img/icon/jksb-menu.png') center no-repeat;
// background-size: 100% 100%;
/* background-size: cover;*/
}
@@ -56,7 +56,7 @@
}
.el-icon-my-jcsb-menu {
- background: url('/img/icon/jcsb-menu.png') center no-repeat;
+ background: url('../../public/img/icon/jcsb-menu.png') center no-repeat;
// background-size: 100% 100%;
/* background-size: cover;*/
}
--
Gitblit v1.9.3