增加面、集结地、箭头、双箭头绘制和编辑
This commit is contained in:
3407
src/renderer/public/sdk/YJEarth.min.js
vendored
3407
src/renderer/public/sdk/YJEarth.min.js
vendored
File diff suppressed because one or more lines are too long
@ -881,51 +881,51 @@
|
||||
}
|
||||
|
||||
/* 飞行漫游 */
|
||||
.YJ-custom-base-dialog>.content .fly-roam {
|
||||
.fly-roam>.content .fly-roam {
|
||||
width: 474px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .total-time {
|
||||
.fly-roam>.content .total-time {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table {
|
||||
.fly-roam>.content .table {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .table-body {
|
||||
.fly-roam>.content .table .table-body {
|
||||
height: 220px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .tr .th:first-child,
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .tr .td:first-child {
|
||||
.fly-roam>.content .table .tr .th:first-child,
|
||||
.fly-roam>.content .table .tr .td:first-child {
|
||||
flex: 0 0 95px;
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .tr .th:nth-child(2),
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .tr .td:nth-child(2) {
|
||||
.fly-roam>.content .table .tr .th:nth-child(2),
|
||||
.fly-roam>.content .table .tr .td:nth-child(2) {
|
||||
flex: 0 0 240px;
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .tr .th:last-child,
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .tr .td:last-child {
|
||||
.fly-roam>.content .table .tr .th:last-child,
|
||||
.fly-roam>.content .table .tr .td:last-child {
|
||||
flex: 0 0 140px;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .table-body .tr.active {
|
||||
.fly-roam>.content .table .table-body .tr.active {
|
||||
background: rgba(var(--color-sdk-base-rgb), 0.15);
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .table-body .tr:last-child {
|
||||
.fly-roam>.content .table .table-body .tr:last-child {
|
||||
border: 1px solid rgba(var(--color-sdk-base-rgb), 0.5);
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .table-body .tr:last-child .input {
|
||||
.fly-roam>.content .table .table-body .tr:last-child .input {
|
||||
color: #808080;
|
||||
cursor: no-drop;
|
||||
}
|
||||
@ -938,26 +938,26 @@
|
||||
border-color: rgba(var(--color-sdk-base-rgb), 0.5) !important;
|
||||
} */
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table .action {
|
||||
.fly-roam>.content .table .action {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table i {
|
||||
.fly-roam>.content .table i {
|
||||
font-size: 18px;
|
||||
color: #409eff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table i:hover {
|
||||
.fly-roam>.content .table i:hover {
|
||||
color: #6bb4ff;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam .table i:active {
|
||||
.fly-roam>.content .table i:active {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog>.content .fly-roam button {
|
||||
.fly-roam>.content button {
|
||||
padding: 6px 14px;
|
||||
}
|
||||
|
||||
@ -2212,33 +2212,16 @@
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .div-item:last-child .row .unit {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .el-slider__button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 2px solid rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .el-slider__bar {
|
||||
background-color: rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .firstTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
.YJ-custom-base-dialog.cut-fill>.content .firstTip {
|
||||
position: absolute;
|
||||
top: 157px;
|
||||
left: 340px;
|
||||
top: 145px
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .endTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
|
||||
.YJ-custom-base-dialog.cut-fill>.content .endTip {
|
||||
position: absolute;
|
||||
top: 157px;
|
||||
left: 515px;
|
||||
top: 145px;
|
||||
left: 515px
|
||||
}
|
||||
|
||||
/* 淹没分析 */
|
||||
@ -2293,6 +2276,17 @@
|
||||
flex: 0 0 60px;
|
||||
justify-content: center;
|
||||
}
|
||||
.YJ-custom-base-dialog.submerge>.content .rangeWords {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0px;
|
||||
line-height: 24px;
|
||||
color: rgba(230, 247, 255, 1);
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
width: 42px;
|
||||
margin-left: 10px
|
||||
}
|
||||
|
||||
/* 地形分析 */
|
||||
.YJ-custom-base-dialog.terrain-excavation>.content {
|
||||
@ -2443,40 +2437,43 @@
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content {
|
||||
width: 290px;
|
||||
}
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .el-slider__button {
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content .firstTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
position: absolute;
|
||||
left: 88px;
|
||||
top: 145px
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content .endTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
position: absolute;
|
||||
left: 240px;
|
||||
top: 145px;
|
||||
}
|
||||
|
||||
.el-popper.is-dark {
|
||||
z-index: 1000000 !important
|
||||
}
|
||||
|
||||
.el-slider__button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 2px solid rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .el-slider__bar {
|
||||
background-color: rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .firstTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 88px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .endTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 240px;
|
||||
}
|
||||
.el-popper.is-dark {
|
||||
z-index: 100000000 !important;
|
||||
/* 确保这个值足够高 */
|
||||
.el-slider {
|
||||
--el-slider-main-bg-color: rgba(var(--color-sdk-base-rgb), 1)
|
||||
}
|
||||
|
||||
/* 地形可视域分析 */
|
||||
|
Reference in New Issue
Block a user