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

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

View File

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