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 @@ - 返回 - + + 客户信息 - + {{key|infoName}} {{val}} - 根级组织信息 - + 根级组织信息 + {{key|infoName}} {{val}} - 管理员信息 - + 管理员信息 + {{val.realName}} {{val.gender|genderName}} {{val.mobile}} @@ -30,21 +30,22 @@