fix 菜单图标选择器显示不全

This commit is contained in:
David Wei 2023-08-29 15:48:03 +08:00
parent e7529fbb8f
commit e43149f8e6

View File

@ -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;
} }