fix:icon图标的修改

pull/305/head
lihui_ocr 1 year ago
parent b507ffdff7
commit 647704ab7d

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="flex_box">
<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">
{{ toolsData?.total || 0 }}
</div>
@ -68,7 +68,7 @@ defineExpose({
</div>
</div>
<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">
{{ toolsData?.treat || 0 }}
</div>
@ -77,7 +77,7 @@ defineExpose({
</div>
</div>
<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">
{{ toolsData?.approvedCount || 0 }}
</div>
@ -86,7 +86,7 @@ defineExpose({
</div>
</div>
<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">
{{ toolsData?.repeat }}
</div>

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

Loading…
Cancel
Save