Merge branch 'test' of https://git.mcnetmart.com/guoxiangbin/ocr-web into fix/updatesyspic

pull/311/head
raoyongjun 1 year ago
commit 1c4c51955c

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@ -59,7 +59,7 @@ defineExpose({
<div class="wrapper-content"> <div class="wrapper-content">
<div class="flex_box"> <div class="flex_box">
<div class="item"> <div class="item">
<SvgIcon name="task_count" width="48" height="48" /> <img src="../../../../assets/images/task_count.png" width="48" height="48" />
<div class="num_box"> <div class="num_box">
{{ toolsData?.total || 0 }} {{ toolsData?.total || 0 }}
</div> </div>
@ -68,7 +68,7 @@ defineExpose({
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<SvgIcon name="task_wait" width="48" height="48" /> <img src="../../../../assets/images/task_wait.png" width="48" height="48" />
<div class="num_box"> <div class="num_box">
{{ toolsData?.treat || 0 }} {{ toolsData?.treat || 0 }}
</div> </div>
@ -77,7 +77,7 @@ defineExpose({
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<SvgIcon name="task_over" width="48" height="48" /> <img src="../../../../assets/images/task_over.png" width="48" height="48" />
<div class="num_box"> <div class="num_box">
{{ toolsData?.approvedCount || 0 }} {{ toolsData?.approvedCount || 0 }}
</div> </div>
@ -86,7 +86,7 @@ defineExpose({
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<SvgIcon name="modal_reImg" width="48" height="48" /> <img src="../../../../assets/images/modal_reImg.png" width="48" height="48" />
<div class="num_box"> <div class="num_box">
{{ toolsData?.repeat }} {{ toolsData?.repeat }}
</div> </div>

@ -78,12 +78,12 @@ defineExpose({
background: #E8E8E8; background: #E8E8E8;
height: 0.5px; height: 0.5px;
width: 805px; width: 805px;
margin-left: -37px; margin-left: -22px;
top: 85px; top: 85px;
} }
.close{ .close{
position: absolute; position: absolute;
right: 40px; right: 23px;
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;
} }
@ -278,4 +278,8 @@ height: 463px;
background-color: #fff !important; background-color: #fff !important;
border: 1px solid #cad2dd !important; border: 1px solid #cad2dd !important;
} }
::v-deep( .n-card__content){
padding-left: 23px !important;
padding-right: 23px !important
}
</style> </style>

Loading…
Cancel
Save