Commit 7df82afd authored by xiexingan's avatar xiexingan

提交

parent f54d2ad1
......@@ -923,17 +923,13 @@
margin-right:5px ;
margin-top:3px ;
}
// 资源点↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
.el-icon-snjfg{
background: url(~@/assets/images/pointType/snjfg.png) center no-repeat;
height: 40px;
width: 40px;
background-size: 100%;
}
.el-icon-snjfg:before{
content: "";
font-size: 16px;
}
.el-icon-snjfg2{
background: url(~@/assets/images/pointType/snjfg2.png) center no-repeat;
......@@ -941,12 +937,21 @@
width: 40px;
background-size: 100%;
}
.el-icon-snjfg2:before{
content: "";
font-size: 16px;
}
// .el-icon-jfktp{
// background: url(~@/assets/images/pointType/jfktp.png) center no-repeat;
// height: 40px;
// width: 40px;
// background-size: 100%;
// }
// .el-icon-jfktp2{
// background: url(~@/assets/images/pointType/jfktp2.png) center no-repeat;
// height: 40px;
// width: 40px;
// background-size: 100%;
// }
//↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
......
......@@ -381,7 +381,7 @@ export default {
anchor: [0.5, 0.5],
scale: zoom || 0.4,
//rotation:0 旋转度
src: require('@/assets/images/' + src)
src: require('@/assets/images/imgs/' + src)
}),
text: new Text({
text: name, // 添加文字描述
......
......@@ -485,7 +485,7 @@ export default {
anchor: [0.5, 0.5],
scale: zoom || 0.4,
//rotation:0 旋转度
src: require('@/assets/images/' + src)
src: require('@/assets/images/imgs/' + src)
}),
text: new Text({
text: name, // 添加文字描述
......
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