赣州市洪水风险预警系统三维版本
guoshilong
2023-02-15 ee43151e73eadf60dc5ec6333bb21832a069cfba
洪水淹没-开始分析按钮样式改变、水位水面线保留三位小数
2 files modified
7 ■■■■ changed files
widgets/FloodAnalysis/Widget.js 4 ●●●● patch | view | raw | blame | history
widgets/FloodAnalysis/css/style.css 3 ●●●●● patch | view | raw | blame | history
widgets/FloodAnalysis/Widget.js
@@ -564,8 +564,8 @@
                                e.lat = Number(e.lat).toFixed(4)
                                e.sw = self.calculateSw(e.water, sub)
                                e.water = Number(e.water).toFixed(4)
                                e.sw = Number(e.sw).toFixed(4)
                                e.water = Number(e.water).toFixed(3)
                                e.sw = Number(e.sw).toFixed(3)
                            })
                            self.loadPagination(self.analysisTableList, "analysis-pagination")
widgets/FloodAnalysis/css/style.css
@@ -95,6 +95,9 @@
    margin-left: 2% !important;
    background: white;
    border: none;
    background-color: #1f81e0;
    color: white;
    cursor: pointer;
}
.search-button, .save-button {