From fdc1e1a0349c52f214507352df6a835c56d2d96a Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Sat, 23 May 2020 13:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96;level?= =?UTF-8?q?=E9=80=89=E6=8B=A9;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/public/index.html | 4 +- .../modules/c-manage/customer-manage.scss | 46 +++- .../modules/customer-manage/customer-info.vue | 33 +-- .../customer-manage/customer-manage.vue | 249 ++++++++++-------- 4 files changed, 186 insertions(+), 146 deletions(-) diff --git a/epmet-oper-web/public/index.html b/epmet-oper-web/public/index.html index 6c4b8fc..a5b1e02 100644 --- a/epmet-oper-web/public/index.html +++ b/epmet-oper-web/public/index.html @@ -29,8 +29,8 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> - - + + <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %> diff --git a/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss b/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss index 1738489..aa83828 100644 --- a/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss +++ b/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss @@ -1,23 +1,41 @@ .add-c-box{ - width: 600px; + width: 850px; height: 500px; margin: 0 auto; - border: 1px dashed grey; position: relative; padding: 20px 100px; - .el-input{ - width: 300px; - & input{ - width: 100%; - } - }; - .el-button{ - position: absolute; - right: 10px; - bottom: 10px; - width: 200px; - }; h2{ text-align: center; } + .el-form{ + .el-form-item{ + .el-form-item__content{ + .el-input{ + & input{ + width: 100%; + } + }; + .el-select{ + width: 100%; + } + .distpicker-address-wrapper{ + select:first-child{ + width: 35%; + } + select:nth-child(2){ + width: 40%; + } + select:nth-child(3){ + width: 23%; + } + } + } + } + .el-button{ + position: absolute; + right: 10%; + bottom: 1%; + width: 200px; + }; + } } \ No newline at end of file diff --git a/epmet-oper-web/src/views/modules/customer-manage/customer-info.vue b/epmet-oper-web/src/views/modules/customer-manage/customer-info.vue index de59f77..8257d6d 100644 --- a/epmet-oper-web/src/views/modules/customer-manage/customer-info.vue +++ b/epmet-oper-web/src/views/modules/customer-manage/customer-info.vue @@ -1,24 +1,24 @@