赣州市洪水风险预警系统三维版本
guoshilong
2023-02-22 3eebad529f5081bd250ae3e613403db0006c8949
洪水淹没-分析窗口表格宽度改变
2 files modified
56 ■■■■■ changed files
corelib/common/popup/css/style.css 1 ●●●● patch | view | raw | blame | history
widgets/FloodAnalysis/css/style.css 55 ●●●●● patch | view | raw | blame | history
corelib/common/popup/css/style.css
@@ -819,6 +819,7 @@
.evaluate-box-middle{
    height: 46%;
    width: 443px !important;
}
.evaluate-box-bottom{
widgets/FloodAnalysis/css/style.css
@@ -381,61 +381,6 @@
    border-right: 1px solid #999;
}
/**分析窗口**/
.evaluate-analysis{
    width: 465px;
    height: 808px;
    position: fixed;
    top: 10%;
    right: 0%;
    background: white;
    margin: 15px;
    border-radius: 4px;
    border: 1px solid white;
    z-index: 100;
}
.evaluate-title{
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 40%);
    background-color: #32425d;
    color: white;
}
.evaluate-back-icon{
    background-image: url("../images/fold_up.png");
    width: 35px;
    height: 100%;
    position: relative;
    left: 88%;
}
.evaluate-lable{
    width: 70px;
    position: absolute;
    left: 2%;
}
.evaluate-box-top{
    height: 30%;
    width: 450px;
}
.evaluate-box-middle{
    height: 66%;
}
.evaluate-middle-first .column-1{
    display: flex;
}
.evaluate-middle-first .column-2{
    display: flex;
}
/**放大按钮**/
.restore-icon{
    width: 32px;