赣州市洪水风险预警系统三维版本
guoshilong
2023-02-21 b307682754a926f5bf626ca54147b6a314dab64d
widgets/FloodAnalysis/css/style.css
@@ -182,7 +182,7 @@
/**淹没分析表格**/
.analysis-box-list{
    /*margin-left: 1%;*/
    height: calc(100% - 218px);
    height: calc(100% - 194px);
    top:3px;
    overflow-y: auto;
    background-color: #fff;
@@ -435,3 +435,17 @@
.evaluate-middle-first .column-2{
    display: flex;
}
/**放大按钮**/
.restore-icon{
    width: 32px;
    height: 32px;
    background: rgb(0, 73, 135);
    position: fixed;
    right: 16px;
    top: 90.5px;
    background-image: url(../images/fold_down.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}