Pre Merge pull request !100 from NicholasLD/N/A

This commit is contained in:
NicholasLD 2024-04-17 11:24:11 +00:00 committed by Gitee
commit ed3751ed5f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -114,3 +114,8 @@
.el-dropdown .el-dropdown-link {
color: var(--el-color-primary) !important;
}
// 修复el-select下拉框宽度问题
.el-select {
width: 240px !important;
}