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;