页面分离修改
This commit is contained in:
@ -883,51 +883,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;
|
||||
}
|
||||
@ -940,26 +940,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;
|
||||
}
|
||||
|
||||
@ -2214,6 +2214,17 @@
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .div-item:last-child .row .unit {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content .firstTip {
|
||||
position: absolute;
|
||||
left: 340px;
|
||||
top: 145px
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.cut-fill>.content .endTip {
|
||||
position: absolute;
|
||||
top: 145px;
|
||||
left: 515px
|
||||
}
|
||||
|
||||
/* 淹没分析 */
|
||||
.YJ-custom-base-dialog.submerge>.content>div .row>.col {
|
||||
@ -2267,6 +2278,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 {
|
||||
@ -2417,6 +2439,44 @@
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content {
|
||||
width: 290px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
.el-slider {
|
||||
--el-slider-main-bg-color: rgba(var(--color-sdk-base-rgb), 1)
|
||||
}
|
||||
|
||||
/* 地形可视域分析 */
|
||||
.YJ-custom-base-dialog.visibility>.content {
|
||||
|
Reference in New Issue
Block a user