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

This commit is contained in:
Liang-Yaxin 2024-08-14 21:12:43 +08:00 committed by sudoooooo
parent c3f8b2a938
commit 2ecbc53983
2 changed files with 10 additions and 1 deletions

View File

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

View File

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