From 03930127edc7503ed1d8885db8012788152b71eb Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 23 Sep 2021 16:51:00 +0800 Subject: [PATCH] dd --- src/components/form/ProvinceCity/index.vue | 1 + src/views/form/statistics/analysis.vue | 472 ++++++++++++--------- 2 files changed, 274 insertions(+), 199 deletions(-) diff --git a/src/components/form/ProvinceCity/index.vue b/src/components/form/ProvinceCity/index.vue index f93adc1..7b7122d 100644 --- a/src/components/form/ProvinceCity/index.vue +++ b/src/components/form/ProvinceCity/index.vue @@ -16,6 +16,7 @@ export default { name: 'ProvinceCity', data() { return { + value: '', options: city, props: { label: 'n', diff --git a/src/views/form/statistics/analysis.vue b/src/views/form/statistics/analysis.vue index 3fd20e3..1e5de56 100644 --- a/src/views/form/statistics/analysis.vue +++ b/src/views/form/statistics/analysis.vue @@ -1,12 +1,14 @@ @@ -275,7 +350,8 @@ export default { .cell-wrapper { width: 100%; border: 1px solid #eee; - .cell, .cell-value { + .cell, + .cell-value { widows: 100%; display: flex; align-items: center; @@ -289,7 +365,6 @@ export default { width: 60%; box-sizing: border-box; padding-left: 10px; - } .cell-value { width: 40%; @@ -325,6 +400,5 @@ export default { font-size: 14rpx; } } -