[update] 修改审批按钮样式
This commit is contained in:
@@ -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.
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user