fix 菜单图标选择器显示不全
This commit is contained in:
parent
e7529fbb8f
commit
e43149f8e6
@ -68,6 +68,10 @@ const selectedIcon = (iconName: string) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
.el-scrollbar {
|
||||||
|
max-height: calc(50vh - 100px)!important;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.el-divider--horizontal {
|
.el-divider--horizontal {
|
||||||
margin: 10px auto !important;
|
margin: 10px auto !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user