|
@@ -12,7 +12,7 @@
|
|
<div class="data" style="height: 100%;width: 50%;left: 50%;top:0;display: inline-block;position: absolute">
|
|
<div class="data" style="height: 100%;width: 50%;left: 50%;top:0;display: inline-block;position: absolute">
|
|
<div class="box" style="top: 3%;width: 90%;left:5%;height: 14%">
|
|
<div class="box" style="top: 3%;width: 90%;left:5%;height: 14%">
|
|
<div class="tit">实时区</div>
|
|
<div class="tit">实时区</div>
|
|
- <table class="tabless" width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
|
|
|
+ <table class="tabless" width="100%" border="0" cellspacing="0" cellpadding="0" >
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
<th>实时频率(Hz)</th>
|
|
<th>实时频率(Hz)</th>
|
|
@@ -879,7 +879,9 @@ export default {
|
|
.table1 td{ border-bottom: 1px dotted#407abd;font-size: 12px; padding:6px 0;text-align: center; 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;}
|
|
|
|
|
|
-
|
|
|
|
|
|
+.tabless{
|
|
|
|
+ height: calc(100% - 44px);
|
|
|
|
+}
|
|
|
|
|
|
.tabless tr td:nth-child(2n+1),
|
|
.tabless tr td:nth-child(2n+1),
|
|
.tabless tr td:nth-child(2n+1)>p {
|
|
.tabless tr td:nth-child(2n+1)>p {
|
|
@@ -893,8 +895,9 @@ export default {
|
|
|
|
|
|
.tabless tr td,
|
|
.tabless tr td,
|
|
.tabless tr th {
|
|
.tabless tr th {
|
|
- height: 0.4rem;
|
|
|
|
- line-height: 0.4rem;
|
|
|
|
|
|
+ height: 50%;
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ line-height:1rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
padding-left: 50px;
|
|
padding-left: 50px;
|
|
}
|
|
}
|