!37 修复 菜单图标选择器小屏幕显示不全的问题

Merge pull request !37 from David Wei/ts_fix_iconselect
dev
疯狂的狮子Li 2 years ago committed by Gitee
commit 78d120c423
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -68,6 +68,10 @@ const selectedIcon = (iconName: string) => {
</script>
<style scoped lang="scss">
.el-scrollbar {
max-height: calc(50vh - 100px)!important;
overflow-y: auto;
}
.el-divider--horizontal {
margin: 10px auto !important;
}

Loading…
Cancel
Save