From 64c38c8af297bfc06942d4cb1048ae33be3bd32d Mon Sep 17 00:00:00 2001 From: qzc Date: Mon, 1 Jul 2024 11:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/gqzq/gqxx/qkForm.vue | 6 ++++-- pages/gqzq/gqxx/xqForm.vue | 6 ++++-- pages/gqzq/zqxx/form.vue | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/pages/gqzq/gqxx/qkForm.vue b/pages/gqzq/gqxx/qkForm.vue index e9af426..aa3a541 100644 --- a/pages/gqzq/gqxx/qkForm.vue +++ b/pages/gqzq/gqxx/qkForm.vue @@ -235,14 +235,16 @@ margin-top: 5px; } .lf{ - width: 30%; + // width: 30%; + width: 6.5rem; min-height: 40px; text-align: right; line-height: 38px; padding-right: 10px; } .rf{ - width: 70%; + flex: 1; + // width: 70%; min-height: 40px; line-height: 36px; padding-right: 20px; diff --git a/pages/gqzq/gqxx/xqForm.vue b/pages/gqzq/gqxx/xqForm.vue index 2879158..df19127 100644 --- a/pages/gqzq/gqxx/xqForm.vue +++ b/pages/gqzq/gqxx/xqForm.vue @@ -245,14 +245,16 @@ margin-top: 5px; } .lf{ - width: 30%; + // width: 30%; + width: 6rem; min-height: 40px; text-align: right; line-height: 38px; padding-right: 10px; } .rf{ - width: 70%; + // width: 70%; + flex: 1; min-height: 40px; line-height: 36px; padding-right: 20px; diff --git a/pages/gqzq/zqxx/form.vue b/pages/gqzq/zqxx/form.vue index af113d4..3eadbcd 100644 --- a/pages/gqzq/zqxx/form.vue +++ b/pages/gqzq/zqxx/form.vue @@ -286,14 +286,16 @@ margin-top: 5px; } .lf{ - width: 30%; + // width: 30%; + width: 8rem; min-height: 40px; text-align: right; line-height: 38px; padding-right: 10px; } .rf{ - width: 70%; + // width: 70%; + flex: 1; min-height: 40px; line-height: 36px; padding-right: 20px;