diff --git a/src/views/floodSys/floodYP/riskAsses.vue b/src/views/floodSys/floodYP/riskAsses.vue
index 234cd72..25ae659 100644
--- a/src/views/floodSys/floodYP/riskAsses.vue
+++ b/src/views/floodSys/floodYP/riskAsses.vue
@@ -24,8 +24,8 @@
-
{{ item.schemeName }}
-
总降雨量:{{ item.rainfall }}mm
+
总降雨量:{{ item.rainfall }}mm
+
{{ item.schemeName }}
@@ -356,7 +356,7 @@
width: 100%;
position: relative;
.riskLeft {
- width: 240px;
+ width: 280px;
height: calc(100% - 60px);
background: $mainColor1;
position: absolute;
@@ -371,20 +371,15 @@
border-top: 1px solid #5b9cd8;
height: calc(100% - 180px);
overflow: auto;
- padding-top: 10px;
+ padding-top: 20px;
.part {
color: #5b9cd8;
cursor: pointer;
- margin-bottom: 20px;
+ width: 85%;
+ margin-bottom: 15px;
border-bottom: 1px dashed #c6c6c6;
- height: 60px;
- line-height: 60px;
.el-radio {
- .cont {
- p {
- line-height: 25px;
- }
- }
+ margin-bottom: 15px;
}
}
}