Pre Merge pull request !37 from David Wei/ts_fix_iconselect

This commit is contained in:
David Wei 2023-08-29 07:50:40 +00:00 committed by Gitee
commit facb9b4267
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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