소스 검색

Merge branch 'dev-bxy-fix' into 'dev'

style: 修改灾害防范总览部分样式

See merge request product-group-fe/sfy-safety-group/sfy-safety!122
毕欣怡 10 달 전
부모
커밋
06e25fb7e9
2개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 4
      src/views/disaster/overview/components/DisasterCheckingLists.vue
  2. 3 2
      src/views/disaster/overview/components/NoticeAndRules.vue

+ 4 - 4
src/views/disaster/overview/components/DisasterCheckingLists.vue

@@ -251,7 +251,7 @@
           justify-content: space-evenly;
           background: linear-gradient(180deg, rgba(227, 239, 255, 0.4) 0%, rgba(185, 209, 255, 0.38) 100%);
           border-radius: 6px;
-          border-left: 5px solid rgba(23, 119, 255, 0.5);
+          /* border-left: 5px solid rgba(23, 119, 255, 0.5); */
 
           .item-title {
             display: flex;
@@ -288,17 +288,17 @@
 
         .success-item {
           background: linear-gradient(180deg, rgba(82, 196, 26, 0.15) 0%, rgba(82, 196, 26, 0.3) 100%);
-          border-left: 5px solid rgba(82, 196, 26, 0.5);
+          /* border-left: 5px solid rgba(82, 196, 26, 0.5); */
         }
 
         .warning-item {
           background: linear-gradient(180deg, rgba(250, 173, 20, 0.15) 0%, rgba(250, 173, 20, 0.3) 100%);
-          border-left: 5px solid rgba(250, 173, 20, 0.5);
+          /* border-left: 5px solid rgba(250, 173, 20, 0.5); */
         }
 
         .loss-item {
           background: linear-gradient(180deg, rgba(255, 77, 79, 0.15) 0%, rgba(255, 77, 79, 0.3) 100%);
-          border-left: 5px solid rgba(255, 77, 79, 0.5);
+          /* border-left: 5px solid rgba(255, 77, 79, 0.5); */
         }
 
         .more-info {

+ 3 - 2
src/views/disaster/overview/components/NoticeAndRules.vue

@@ -94,12 +94,13 @@
       flex: 1;
       display: flex;
       flex-direction: column;
-      justify-content: space-evenly;
+      // justify-content: space-evenly;
       padding: 0 13px;
-      margin-top: 5px;
+      margin-top: 10px;
       overflow: auto;
 
       .notice-item {
+        margin-bottom: 10px;
         display: flex;
         align-items: center;
         cursor: pointer;