This commit is contained in:
2023-07-21 16:09:51 +08:00
parent b5455e7a02
commit 8405afdd71
2 changed files with 12 additions and 4 deletions

View File

@ -68,16 +68,20 @@
style=" style="
position: absolute; position: absolute;
top: 58%; top: 58%;
left: 46.5%; left: 0%;
font-size: 25px; font-size: 25px;
text-align:center;
width:100%;
" "
>{{ analysislist.standardRate }}%</span> >{{ analysislist.standardRate }}%</span>
<span <span
style=" style="
position: absolute; position: absolute;
top: 67%; top: 67%;
left: 46.5%;
font-size: 16px; font-size: 16px;
left:0;
text-align:center;
width:100%;
" "
>达标率</span> >达标率</span>
</span> </span>

View File

@ -70,7 +70,9 @@
style=" style="
position: absolute; position: absolute;
top: 58%; top: 58%;
left: 45%; left:0;
text-align:center;
width:100%;
font-size: 25px; font-size: 25px;
" "
>{{ KindergartenPhysicalTestlist.standardRate }}%</span> >{{ KindergartenPhysicalTestlist.standardRate }}%</span>
@ -78,7 +80,9 @@
style=" style="
position: absolute; position: absolute;
top: 67%; top: 67%;
left: 46.5%; left:0;
text-align:center;
width:100%;
font-size: 16px; font-size: 16px;
" "
>达标率</span> >达标率</span>