fix: 问卷列表更多按钮图标优化 (#401)
This commit is contained in:
parent
bc3ce31c9e
commit
3cb843e493
@ -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>
|
||||||
|
@ -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';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user