[update] 修改审批按钮样式
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4352783 */
|
||||
src: url('iconfont.ttf?t=1701345493350') format('truetype');
|
||||
src: url('iconfont.ttf?t=1701423229448') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
|
||||
Binary file not shown.
@@ -12,6 +12,10 @@
|
||||
.operation-common-btn {
|
||||
width: 2.19rem;
|
||||
margin-right: 0.2rem;
|
||||
.van-button__icon {
|
||||
line-height: 100%;
|
||||
margin-right: 0.12rem;
|
||||
}
|
||||
}
|
||||
|
||||
.operation-common-btn:last-child {
|
||||
|
||||
@@ -392,7 +392,7 @@
|
||||
<template v-slot:operation>
|
||||
<van-button class="operation-common-btn">
|
||||
<template #icon>
|
||||
<van-icon class="iconfont" class-prefix="icon" name="zhuanban" />
|
||||
<van-icon class="iconfont" class-prefix="icon" name="xunhuan" />
|
||||
</template>
|
||||
{{ $t('turnTo') }}
|
||||
</van-button>
|
||||
|
||||
Reference in New Issue
Block a user