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