增加字体下拉框的高度

This commit is contained in:
John Smith
2025-05-07 23:55:41 +08:00
parent 540c3a6046
commit bd3c4cdaba

View File

@@ -118,6 +118,12 @@ export default {
} }
</script> </script>
<style>
.font-select-popper .el-select-dropdown__wrap {
max-height: 500px;
}
</style>
<style scoped> <style scoped>
.el-select { .el-select {
width: 100%; width: 100%;