Commit 02c2aa2a by caoyanzhi

fix: 修复资源引用路径bug

parent 331ee0db
......@@ -114,7 +114,7 @@
display: block;
width: 200px;
height: 200px;
background: url('/static/img/no-data_icon.png') no-repeat center;
background: url('@/../../static/img/no-data_icon.png') no-repeat center;
background-size: cover;
margin: 20px auto 10px auto;
}
......@@ -318,7 +318,7 @@
display: block;
width: 60px;
height: 60px;
background: url('/static/img/no-data_icon.png') no-repeat 50%;
background: url('@/../../static/img/no-data_icon.png') no-repeat 50%;
margin: 80px auto 22px;
}
.el-table__empty-text {
......
......@@ -497,7 +497,7 @@ img::after {
left: 0;
top: 0;
background-size: cover;
background-image: url(/marketing/static/img/failed-load_img.png);
background-image: url(@/../../static/img/failed-load_img.png);
// background-image: url(/static/img/failed-load_img.png);
}
......
......@@ -118,7 +118,7 @@
display: block;
width: 60px;
height: 60px;
background: url(/marketing/static/img/no-data_icon.png) no-repeat center;
background: url(@/../../static/img/no-data_icon.png) no-repeat center;
margin: 80px auto 22px auto;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment