mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
图片路径问题
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
padding-top: 90px;
|
||||
width: 190px;
|
||||
// background: #387DF7;
|
||||
background: url('/images/homeWu/guide-bg.png') no-repeat 101% / 101%;
|
||||
background: url('../../../public/images/homeWu/guide-bg.png') no-repeat 101% / 101%;
|
||||
border-radius: 10px 0 0 10px;
|
||||
.left-title{
|
||||
width: 190px;
|
||||
|
||||
@@ -293,7 +293,7 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
.article-banner{
|
||||
height: 240px;
|
||||
background: url('/images/article-banner.png');
|
||||
background: url('../../../../public/images/article-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
|
||||
|
||||
@@ -409,7 +409,7 @@ export default {
|
||||
}
|
||||
.article-banner{
|
||||
height: 240px;
|
||||
background: url('/images/article-banner.png');
|
||||
background: url('../../../../public/images/article-banner.png');
|
||||
}
|
||||
.write-art{
|
||||
width: 410px;
|
||||
|
||||
@@ -542,7 +542,7 @@ export default {
|
||||
|
||||
.case-banner{
|
||||
height: 240px;
|
||||
background: url('/images/case-banner.png');
|
||||
background: url('../../../../public/images/case-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
margin-top: 26px;
|
||||
|
||||
@@ -751,7 +751,7 @@ export default {
|
||||
}
|
||||
.case-banner{
|
||||
height: 240px;
|
||||
background: url('/images/case-banner.png');
|
||||
background: url('../../../../public/images/case-banner.png');
|
||||
}
|
||||
|
||||
::v-deep .el-checkbox{
|
||||
|
||||
@@ -1006,7 +1006,7 @@ export default {
|
||||
|
||||
.course-banner{
|
||||
height: 240px;
|
||||
background: url('/images/course-banner.png');
|
||||
background: url('../../../../public/images/course-banner.png');
|
||||
}
|
||||
|
||||
::v-deep .el-radio-button{
|
||||
|
||||
@@ -890,7 +890,7 @@ export default {
|
||||
}
|
||||
.qa-banner{
|
||||
height: 240px;
|
||||
background: url('/images/qa-banner.png');
|
||||
background: url('../../../../public/images/qa-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
margin-top: 26px;
|
||||
|
||||
@@ -740,7 +740,7 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
.qa-banner{
|
||||
height: 240px;
|
||||
background: url('/images/qa-banner.png');
|
||||
background: url('../../../../public/images/qa-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
// width: 410px;
|
||||
|
||||
@@ -455,7 +455,7 @@ export default {
|
||||
}
|
||||
.qa-banner{
|
||||
height: 240px;
|
||||
background: url('/images/qa-banner.png');
|
||||
background: url('../../../../public/images/qa-banner.png');
|
||||
}
|
||||
.el-card{
|
||||
border: none;
|
||||
|
||||
@@ -708,7 +708,7 @@ export default {
|
||||
|
||||
|
||||
::v-deep.el-dialog__header{
|
||||
background: url('/images/daochubg.png') 100% / 100% !important;
|
||||
background: url('../../../public/images/daochubg.png') 100% / 100% !important;
|
||||
}
|
||||
.textbut-box{
|
||||
// position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user