From 3ecef905ff9a5a3309eb1f5eedec25ccc401ca00 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 30 十月 2024 17:39:18 +0800 Subject: [PATCH] 调整页面 --- Source/plt-web/plt-web-ui/src/App.vue | 10 ++++++++++ 1 files changed, 10 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 b83a1ca..4574d26 100644 --- a/Source/plt-web/plt-web-ui/src/App.vue +++ b/Source/plt-web/plt-web-ui/src/App.vue @@ -138,8 +138,18 @@ margin-bottom: 5px; } } +.smallBtn { + width: 82px; + text-align: center; + padding-left: 4.5px; +} + /***闅愯棌鏍戞噿鍔犺浇鏃惰妭鐐逛笂鐨刲oading锛岄槻姝㈣妭鐐规姈鍔�*****/ .el-tree .el-tree-node__loading-icon{ display: none !important; } + +.el-select{ + width: 100%; +} </style> -- Gitblit v1.9.3