From dc41f433072b1dd362f70905010ec77a625fc606 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 01 十一月 2024 15:46:36 +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 4574d26..58b46ce 100644 --- a/Source/plt-web/plt-web-ui/src/App.vue +++ b/Source/plt-web/plt-web-ui/src/App.vue @@ -152,4 +152,14 @@ .el-select{ width: 100%; } + +.avue-input-icon__item .avue-icon i { + font-size: 30px !important; + width: 30px; + height: 30px; +} + +.el-descriptions__header{ + margin-bottom: 10px; +} </style> -- Gitblit v1.9.3