From e6f235036e0d387ae238a4fc21a754282ddba28d Mon Sep 17 00:00:00 2001 From: tcy <1193318383@qq.com> Date: Tue, 9 Sep 2025 21:12:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了多个组件的输入框、按钮等元素的样式 - 优化了部分对话框的布局结构 - 统一了表单项的样式 - 调整了部分字体大小和颜色 --- src/components/FileUpload/index.vue | 52 ++---- .../formalitiesAreConsolidated/index.vue | 132 +++++-------- src/views/progress/plan/index.vue | 104 ++++------- src/views/progress/progressCategory/index.vue | 176 +++++++++++++++--- src/views/tender/plan/comm/planPage.vue | 18 +- src/views/tender/plan/comm/winTheBid.vue | 14 +- src/views/tender/plan/index.vue | 171 ++++++----------- 7 files changed, 306 insertions(+), 361 deletions(-) diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index bd0b93c..e7a4f60 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -1,29 +1,11 @@