fix: 问卷列表更多按钮图标优化 (#401)

This commit is contained in:
Liang-Yaxin 2024-08-14 21:12:43 +08:00 committed by GitHub
parent bc3ce31c9e
commit 3cb843e493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-button text type="primary" ref="buttonRef" v-click-outside="onClickOutside">
<i-ep-more />
<i class="iconfont icon-gengduo"></i>
</el-button>
<el-popover
@ -84,4 +84,7 @@ const call = (t) => {
}
}
}
.iconfont {
font-size: 20px;
}
</style>

View File

@ -161,12 +161,18 @@
content: '\e6db';
}
.icon-gengduo:before {
content: '\e6f7';
}
.icon-suoxiao:before {
content: '\e6f4';
}
.icon-fangda:before {
content: '\e6f5';
}
.icon-shiying:before {
content: '\e6f6';
}