From d92e70785122a4505396d4b67e66e378f7a51b7d Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 30 十月 2024 17:39:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/plt-web/plt-web-ui/src/App.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/App.vue b/Source/plt-web/plt-web-ui/src/App.vue index 22920ce..4574d26 100644 --- a/Source/plt-web/plt-web-ui/src/App.vue +++ b/Source/plt-web/plt-web-ui/src/App.vue @@ -148,4 +148,8 @@ .el-tree .el-tree-node__loading-icon{ display: none !important; } + +.el-select{ + width: 100%; +} </style> -- Gitblit v1.9.3