diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index d1bb26b..b525a09 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -203,7 +203,7 @@ ]; const problemList = ref([ { - remark: '雨水算子堵塞', + remark: '雨水箅子堵塞', address: '王家坪路', person: '陈先生', phone: '13700210026', @@ -270,7 +270,7 @@ if (jqdtname.value == '') { problemList.value = [ { - remark: '雨水算子堵塞', + remark: '雨水箅子堵塞', address: '王家坪路', person: '陈先生', phone: '13700210026', @@ -790,7 +790,6 @@ // opacity: 0.6; .problemOne { width: 10%; - font-family: DIN; font-weight: 500; font-size: 16px; @@ -807,16 +806,18 @@ display: flex; align-items: center; height: 50%; + width: 98%; + margin: 0 auto; // background: yellow; - text-align: center; + // text-align: center; .problemContent { width: 130px; flex-direction: row; flex-wrap: nowrap; - font-weight: 500; + font-weight: 300; font-family: Source Han Sans CN; font-size: 13px; - color: #d3f6ff; + color: #ffffff; } } .problemTextBottom { @@ -826,7 +827,7 @@ font-family: Source Han Sans CN; font-weight: 320; font-size: 12px; - color: #d3f6ff; + color: #ffffff; height: 50%; .problemContent { .problemContent {