xusl 1 vuosi sitten
vanhempi
commit
523f8f618b
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      ui/src/views/largeScreen/index.vue

+ 5 - 5
ui/src/views/largeScreen/index.vue

@@ -14,7 +14,7 @@
           <div class="tit">实时区</div>
           <div >
             <el-form ref="rtForm" :model="rtForm" label-width="40%"  size="small">
-              <el-row height="1px">
+              <el-row height="1px" width="100%">
                 <el-col :span="8">
                   <el-form-item label="实时频率(Hz)" >
                     <p class="rtFmFront">{{rtForm.fm}}</p>
@@ -796,7 +796,7 @@ export default {
   border-right: 1px solid #0e94ea;
   height: 0.4rem;
   line-height: 0.4rem;
-  color: #cdddf7;
+  color: rgba(255,255,255,1);
   text-align: center;
 }
 
@@ -804,7 +804,7 @@ export default {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
-  color: #cdddf7;
+  color: rgba(255,255,255,1)
 }
 
 .table3 thead tr th {
@@ -852,8 +852,8 @@ export default {
 }
 
 
-.table1 th{ border-bottom: 1px solid #407abd; font-size: 14px; text-align: center; padding: 6px 0; color: rgba(255,255,255,.8)}
-.table1 td{ border-bottom: 1px dotted#407abd;font-size: 12px; padding:6px 0;text-align: center; color: rgba(255,255,255,.6)}
+.table1 th{ border-bottom: 1px solid #407abd; font-size: 14px; text-align: center; padding: 6px 0; color: rgba(255,255,255,1)}
+.table1 td{ border-bottom: 1px dotted#407abd;font-size: 12px; padding:6px 0;text-align: center; color: rgba(255,255,255,1)}
 .table1 tr:last-child td{border: none;}
 
 </style>