diff --git a/src/components/login.vue b/src/components/login.vue index f1570b7..82155ae 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -111,7 +111,7 @@ export default { .dispatch("Login", param) .then((res) => { if (res.code === 200) { - sessionStorage.setItem("activeIndex", "1"); + //sessionStorage.setItem("activeIndex", "1"); this.$router.push({ //path: "/home/compositeIndex", path: "/workspace", diff --git a/src/views/applySupermarket/businessConsulting/index.vue b/src/views/applySupermarket/businessConsulting/index.vue index 4147064..3d37107 100644 --- a/src/views/applySupermarket/businessConsulting/index.vue +++ b/src/views/applySupermarket/businessConsulting/index.vue @@ -87,7 +87,6 @@ export default { model: "name", value: "", placeholder: "", - disabled: true, rows: 5, }, }, diff --git a/src/views/applySupermarket/index.less b/src/views/applySupermarket/index.less index f203717..2dd8682 100644 --- a/src/views/applySupermarket/index.less +++ b/src/views/applySupermarket/index.less @@ -1,166 +1,165 @@ .enterpriseService { - .flexSpaceBetween { - display: flex; - justify-content: space-between; - .searchWrap { - /deep/ .el-input__inner { - color: #fff; - border: 0.1px solid #495e70; - background-color: rgba(0, 0, 0, 0); - } - /deep/ .el-form-item__label { - color: #fff; - } - - .el-button { - border: 1px solid #4a6072; - color: #fff; - border-radius: 0px !important; - background: #323f43; - } - - .el-button:focus, - .el-button:hover { - border: 1px solid#34e1b3; - background: url("~@/assets/companyFile/2121.png") no-repeat !important; - background-size: 100% 100% !important; - } - } + .flexSpaceBetween { + display: flex; + justify-content: space-between; + // .searchWrap { + /deep/ .el-input__inner { + color: #fff; + border: 0.1px solid #495e70; + background-color: rgba(0, 0, 0, 0); } - .tableWrap { - height: calc(100% - 60px); + /deep/ .el-form-item__label { + color: #fff; } - /deep/ .el-table { - background-color: #233438; - .el-table__header-wrapper { - tr { - color: #fff; - font-weight: 500; - background: linear-gradient(to right, #284f49, #2f6363, #233b38); - th { - background-color: transparent; - } + + .el-button { + border: 1px solid #4a6072; + color: #fff; + border-radius: 0px !important; + background: #323f43; + } + + .el-button:focus, + .el-button:hover { + border: 1px solid#34e1b3; + background: url("~@/assets/companyFile/2121.png") no-repeat !important; + background-size: 100% 100% !important; + } + // } + } + .tableWrap { + height: calc(100% - 60px); + } + /deep/ .el-table { + background-color: #233438; + .el-table__header-wrapper { + tr { + color: #fff; + font-weight: 500; + background: linear-gradient(to right, #284f49, #2f6363, #233b38); + th { + background-color: transparent; } } - .el-table__body { + } + .el-table__body { + color: #ffffff; + background-color: #233438; + tr { color: #ffffff; background-color: #233438; - tr { - color: #ffffff; - background-color: #233438; - } } } - .gPagination { - background-color: transparent; + } + .gPagination { + background-color: transparent; + } + /deep/.el-pagination { + .el-pagination__total { + color: #ffffff; } - /deep/.el-pagination { - .el-pagination__total { - color: #ffffff; - } - .el-pagination__sizes { - .el-input__inner { - background: #3c4b4a; - color: #fff; - } - } - .btn-prev { + .el-pagination__sizes { + .el-input__inner { background: #3c4b4a; color: #fff; } - .btn-next { + } + .btn-prev { + background: #3c4b4a; + color: #fff; + } + .btn-next { + background: #3c4b4a; + color: #fff; + } + .el-pager { + .number { background: #3c4b4a; color: #fff; - } - .el-pager { - .number { - background: #3c4b4a; - color: #fff; - &.active { - background: url("~@/assets/companyFile/2121.png") no-repeat !important; - background-size: 100% 100% !important; - } + &.active { + background: url("~@/assets/companyFile/2121.png") no-repeat !important; + background-size: 100% 100% !important; } } - .el-pagination__jump { + } + .el-pagination__jump { + color: #fff; + .el-input__inner { + background: #3c4b4a; color: #fff; - .el-input__inner { - background: #3c4b4a; - color: #fff; - } } } - - /deep/.el-dialog { - margin: 10vh auto 10vh !important; - .el-dialog__title { + } + + /deep/.el-dialog { + margin: 15vh auto 10vh !important; + .el-dialog__title { + color: #fff; + text-shadow: 0 0 9px rgba(21, 255, 198, 0.64); + } + + background-image: url("~@/assets/companyFile/dialogBack.png"); + background-size: 100% 100%; + background-repeat: no-repeat; + height: 60vh; + + /* 关闭弹窗叉号 */ + .el-dialog__headerbtn { + .el-dialog__close { color: #fff; - text-shadow: 0 0 9px rgba(21, 255, 198, 0.64); + font-size: 18px; } - - background-image: url("~@/assets/companyFile/dialogBack.png"); + } + .el-dialog__body { + padding: 30px 20px 0; + height: calc(100% - 120px); + } + + .el-button { + width: 70px; + border: 1px solid #4a6072; + color: #fff; + border-radius: 0px !important; + background: #323f43; + } + + .el-button:focus, + .el-button:hover { + color: #34e1b3; + background: url("~@/assets/companyFile/btn05.png") no-repeat !important; + background-size: 100% 100% !important; + } + + .el-form { + padding: 16px 0; + height: 100%; + background: url(/img/242112.6e40adf5.png) no-repeat; background-size: 100% 100%; - background-repeat: no-repeat; - //height: 80vh; - - /* 关闭弹窗叉号 */ - .el-dialog__headerbtn { - .el-dialog__close { - color: #fff; - font-size: 18px; - } - } - .el-dialog__body { - padding: 30px 20px 0; - height: calc(100% - 120px); - } - - .el-button { - width: 70px; - border: 1px solid #4a6072; - color: #fff; - border-radius: 0px !important; - background: #323f43; - } - - .el-button:focus, - .el-button:hover { - color: #34e1b3; - background: url("~@/assets/companyFile/btn05.png") no-repeat !important; - background-size: 100% 100% !important; + overflow-y: scroll; + &::-webkit-scrollbar { + display: none; } - - .el-form { - padding: 16px 0; - height: 100%; - background: url(/img/242112.6e40adf5.png) no-repeat; - background-size: 100% 100%; - overflow-y: scroll; - &::-webkit-scrollbar { - display: none; + .el-form-item { + .el-form-item__label { + color: #fff; + line-height: normal; } - .el-form-item { - .el-form-item__label { + .el-form-item__content { + .el-textarea__inner, + .el-input__inner { + border-radius: 0px; + border: 0.5px solid; + background: #3c4b4a; color: #fff; - line-height: normal; } - .el-form-item__content { - .el-textarea__inner, - .el-input__inner { - border-radius: 0px; - border: 0.5px solid; - background: #3c4b4a; - color: #fff; - } - - /* 查询框点击颜色变化 */ - .el-input__inner:focus, - .el-input__inner:hover { - border-color: #1b3736; - } + + /* 查询框点击颜色变化 */ + .el-input__inner:focus, + .el-input__inner:hover { + border-color: #1b3736; } } } } } - \ No newline at end of file +} diff --git a/src/views/applySupermarket/legalAdvice/index.vue b/src/views/applySupermarket/legalAdvice/index.vue index 2dc79d9..087459d 100644 --- a/src/views/applySupermarket/legalAdvice/index.vue +++ b/src/views/applySupermarket/legalAdvice/index.vue @@ -1,3 +1,121 @@ + + diff --git a/src/views/applySupermarket/licenseHandle/index.vue b/src/views/applySupermarket/licenseHandle/index.vue index 79b0908..c600093 100644 --- a/src/views/applySupermarket/licenseHandle/index.vue +++ b/src/views/applySupermarket/licenseHandle/index.vue @@ -83,7 +83,6 @@ export default { model: "name", value: "", placeholder: "", - disabled: true, rows: 5, }, },