[update] 修改审批按钮样式

This commit is contained in:
lideqin
2023-12-01 17:42:05 +08:00
parent a119192823
commit 0d60fd55b8
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@font-face { @font-face {
font-family: "iconfont"; /* Project id 4352783 */ font-family: "iconfont"; /* Project id 4352783 */
src: url('iconfont.ttf?t=1701345493350') format('truetype'); src: url('iconfont.ttf?t=1701423229448') format('truetype');
} }
.iconfont { .iconfont {
Binary file not shown.
+4
View File
@@ -12,6 +12,10 @@
.operation-common-btn { .operation-common-btn {
width: 2.19rem; width: 2.19rem;
margin-right: 0.2rem; margin-right: 0.2rem;
.van-button__icon {
line-height: 100%;
margin-right: 0.12rem;
}
} }
.operation-common-btn:last-child { .operation-common-btn:last-child {
@@ -392,7 +392,7 @@
<template v-slot:operation> <template v-slot:operation>
<van-button class="operation-common-btn"> <van-button class="operation-common-btn">
<template #icon> <template #icon>
<van-icon class="iconfont" class-prefix="icon" name="zhuanban" /> <van-icon class="iconfont" class-prefix="icon" name="xunhuan" />
</template> </template>
{{ $t('turnTo') }} {{ $t('turnTo') }}
</van-button> </van-button>