|
@@ -21,7 +21,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="bio-out-center">
|
|
<div class="bio-out-center">
|
|
- <div class="out-img"></div>
|
|
|
|
|
|
+ <div class="out-img1"></div>
|
|
<div style="color: white; font-size: 16px">
|
|
<div style="color: white; font-size: 16px">
|
|
<p>七日抓取次数</p>
|
|
<p>七日抓取次数</p>
|
|
<p style="font-size: 22px; font-weight: 600">{{pig.SevenDayGate}}</p>
|
|
<p style="font-size: 22px; font-weight: 600">{{pig.SevenDayGate}}</p>
|
|
@@ -459,8 +459,8 @@ export default {
|
|
openType: 61,
|
|
openType: 61,
|
|
pageNum:1,
|
|
pageNum:1,
|
|
pageSize: 21,
|
|
pageSize: 21,
|
|
- startSwingTime: timeDate(new Date().getTime()) + '00:00:00',
|
|
|
|
- endSwingTime: timeDate(new Date().getTime()) + '23:59:59',
|
|
|
|
|
|
+ startSwingTime: timeDate(new Date().getTime()) + ' 00:00:00',
|
|
|
|
+ endSwingTime: timeDate(new Date().getTime()) + ' 23:59:59',
|
|
}
|
|
}
|
|
getPersonList(params1).then(async res => {
|
|
getPersonList(params1).then(async res => {
|
|
let result = JSON.parse(res.result);
|
|
let result = JSON.parse(res.result);
|
|
@@ -637,12 +637,12 @@ export default {
|
|
.bio-flex-left {
|
|
.bio-flex-left {
|
|
width: 770px;
|
|
width: 770px;
|
|
height: 100%;
|
|
height: 100%;
|
|
- border: 1px solid rgb(121, 121, 121);
|
|
|
|
|
|
+ /*border: 1px solid rgb(121, 121, 121);*/
|
|
}
|
|
}
|
|
.bio-flex-center {
|
|
.bio-flex-center {
|
|
width: 465px;
|
|
width: 465px;
|
|
height: 100%;
|
|
height: 100%;
|
|
- border: 1px solid rgb(121, 121, 121);
|
|
|
|
|
|
+ /*border: 1px solid rgb(121, 121, 121);*/
|
|
}
|
|
}
|
|
.bio-title {
|
|
.bio-title {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -681,7 +681,13 @@ export default {
|
|
.out-img {
|
|
.out-img {
|
|
width: 54px;
|
|
width: 54px;
|
|
height: 54px;
|
|
height: 54px;
|
|
- background: url("../../assets/BioSafety/u2500.svg") no-repeat;
|
|
|
|
|
|
+ background: url("../../assets/BioSafety/day.svg") no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ }
|
|
|
|
+ .out-img1 {
|
|
|
|
+ width: 54px;
|
|
|
|
+ height: 54px;
|
|
|
|
+ background: url("../../assets/BioSafety/servenday.svg") no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.bio-title-left {
|
|
.bio-title-left {
|