dedsudiyu 2 years ago
parent
commit
25ccbeb02c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/newEvacuationBigData.vue

+ 4 - 4
src/views/newEvacuationBigData.vue

@@ -206,7 +206,7 @@
               <div class="radio-button-box scrollbar-box">
                 <p class="horn-for-p" @click="checkTrumpet(index)" :class="item.type?'check-p':''"
                    v-for="(item,index) in trumpetList" :key="index">{{item.name}}</p>
-                <p v-if="!trumpetList[0]" style="line-height:200px;font-size:16px;color:#fff;text-align: center">暂无数据</p>
+                <p v-if="!trumpetList[0]" style="line-height:180px;font-size:16px;color:#fff;text-align: center">暂无数据</p>
               </div>
               <div class="radio-text-box scrollbar-box">
                 <div v-for="(item,index) in radioTextList" :key="index">
@@ -282,7 +282,7 @@
               <div class="horn-max-big-box-two-left scrollbar-box">
                 <p class="horn-for-p" @click="checkTrumpet(index)" :class="item.type?'check-p':''"
                    v-for="(item,index) in trumpetList" :key="index">{{item.name}}</p>
-                <p v-if="!trumpetList[0]" style="line-height:200px;font-size:16px;color:#fff;text-align: center">暂无数据</p>
+                <p v-if="!trumpetList[0]" style="line-height:180px;font-size:16px;color:#fff;text-align: center">暂无数据</p>
               </div>
               <div class="horn-max-big-box-two-right">
                 <div class="radio-text-box scrollbar-box">
@@ -2879,7 +2879,7 @@
             .radio-button-box{
               margin:10px 40px 10px 12px;
               height:60px;
-              p{
+              .horn-for-p{
                 width:128px;
                 line-height:28px;
                 font-size:14px;
@@ -2891,7 +2891,7 @@
                 margin:0 0 10px 10px;
                 cursor: pointer;
               }
-              p:hover{
+              .horn-for-p:hover{
                 color:#24d1f9;
               }
               .check-p{