二三维增加单独展示在二维或者三维的功能,贴地图片增加设置锚点功能
This commit is contained in:
@ -3490,3 +3490,27 @@
|
||||
.YJ-custom-base-dialog.contour>.content .label {
|
||||
flex: unset;
|
||||
}
|
||||
|
||||
/* 锚点设置 */
|
||||
.YJ-custom-base-dialog.anchor-point {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.anchor-point>.content {
|
||||
padding: 14px 40px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.anchor-point>.content>div {
|
||||
border: 1px solid #757575;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.anchor-point>.content>div>.point {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
position: absolute;
|
||||
background: #FFDF53;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #ff7300;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user