css
This commit is contained in:
@@ -61,11 +61,11 @@
|
||||
{{item.name}}
|
||||
<span class="type">{{$dict.getLabel('EP_registerInfoType', item.infoType)}}</span>
|
||||
</div>
|
||||
<div class="status" :class="item.nucleicAcidSamplingCount >0 ? 'status1' : 'status0'">
|
||||
<!-- <div class="status" :class="item.nucleicAcidSamplingCount >0 ? 'status1' : 'status0'">
|
||||
<span class="cir"></span>
|
||||
<span v-if="item.nucleicAcidSamplingCount >0">核酸采样{{item.nucleicAcidSamplingCount}}次</span>
|
||||
<span v-else>核酸未采样</span>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<p> {{item.idNumberText}}</p>
|
||||
<p>{{item.phone}}</p>
|
||||
@@ -403,7 +403,7 @@ export default {
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
top: 40px;
|
||||
right: 32px;
|
||||
font-family: PingFangSC-Regular;
|
||||
font-size: 28px;
|
||||
|
||||
Reference in New Issue
Block a user