diff --git a/src/assets/scss/modules/visual/basicInfoMain.scss b/src/assets/scss/modules/visual/basicInfoMain.scss index 8d0f82176..ecc3d6387 100644 --- a/src/assets/scss/modules/visual/basicInfoMain.scss +++ b/src/assets/scss/modules/visual/basicInfoMain.scss @@ -1,3 +1,6 @@ +@import "../../c/config"; +@import "../../c/function"; +@import "./c/common"; .div_top { margin-left: 10px; height: 35px; @@ -296,18 +299,37 @@ top: 13px; left: 18px; } + .icon_roomstate { + position: absolute; + top: 16px; + right: 16px; + font-size: 14px; + font-family: PingFang SC; + font-weight: 500; + color: #ffffff; + } .icon_category { position: absolute; bottom: 14px; left: 9px; + display: flex; + justify-content: flex-start; // margin-left: 7px; - > img { - margin-left: 5px; - width: 21px; - height: 20px; + .div_icon_item{ + .icon_img{ + margin-left: 5px; + width: 21px; + height: 20px; + } + .icon_name{ + + display: flex; + justify-content: center; + } } + } .div_user:hover { cursor: pointer; @@ -355,11 +377,12 @@ box-shadow: 0 0 10px inset #1a5afd; .user_item { - padding: 13px 8px 0 14px; - font-size: 16px; + padding: 9px 8px 0 12px; + font-size: 14px; font-family: PingFang SC; font-weight: 400; color: #ffffff; + line-height: 10px; .user_item_content { display: flex; @@ -488,3 +511,74 @@ cursor: pointer; } } + +.m-room-pop { + @include shield; + background-color: rgba(#000, 0.9); + overflow-y: auto; + + .wrap { + position: relative; + margin: 120px auto; + width: 680px; + + .title { + padding: 10px; + font-size: 22px; + font-family: PingFang SC; + font-weight: 800; + color: #ffffff; + display: flex; + align-items: center; + + img { + display: block; + margin-right: 5px; + } + span { + display: block; + } + } + + .btn-close { + position: absolute; + top: -15px; + right: -15px; + cursor: pointer; + } + + .list { + // display: flex; + // flex-wrap: wrap; + padding: 5px 60px 5px 30px; + + .item { + position: relative; + box-sizing: border-box; + padding: 0 15px; + width: 100%; + color: #fff; + font-size: 18px; + font-family: PingFang SC; + font-weight: 400; + color: #ffffff; + line-height: 24px; + margin: 15px 0; + + &::before { + position: absolute; + left: 0; + top: 9px; + content: ""; + display: block; + width: 7px; + height: 7px; + background: #0c81fe; + border-radius: 3px; + } + } + } + + + } +} diff --git a/src/assets/scss/modules/visual/personCategory.scss b/src/assets/scss/modules/visual/personCategory.scss index 4c578bcdd..39c6e7af3 100644 --- a/src/assets/scss/modules/visual/personCategory.scss +++ b/src/assets/scss/modules/visual/personCategory.scss @@ -8,7 +8,14 @@ color: #fff; // background: url("../../../img/modules/visual/warning-box.png") no-repeat center; background-size: 100% 100%; - padding: 45px 21px 35px 24px; + padding: 15px 21px 15px 24px; + + + + /deep/ .el-scrollbar__wrap { + margin-right:-17px !important + } + &-top { display: flex; @@ -152,7 +159,7 @@ &-bottom { box-sizing: border-box; width: 100%; - height: calc(100% - 300px); + height: calc(100vh - 535px); min-height: 300px; margin-top: 60px; } diff --git a/src/assets/scss/modules/visual/warning-people-list.scss b/src/assets/scss/modules/visual/warning-people-list.scss new file mode 100644 index 000000000..a6b960ece --- /dev/null +++ b/src/assets/scss/modules/visual/warning-people-list.scss @@ -0,0 +1,71 @@ +@import "../../c/config"; +@import "../../c/function"; +@import "./c/common"; + +.m-pop { + @include shield; + background-color: rgba(#000, 0.9); + overflow-y: auto; + + .wrap { + position: relative; + margin: 120px auto; + width: 1180px; + + .title { + padding: 10px; + font-size: 22px; + font-family: PingFang SC; + font-weight: 800; + color: #ffffff; + display: flex; + align-items: center; + + img { + display: block; + margin-right: 5px; + } + span { + display: block; + } + } + + .btn-close { + position: absolute; + top: -15px; + right: -15px; + cursor: pointer; + } + + .content { + margin-top: 20px; + min-height: 500px; + } + } +} + +.m-pagination { + box-sizing: border-box; + margin-top: 20px; + width: 100%; + height: 40px; + display: flex; + justify-content: flex-end; + + /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active { + background: #0266d1; + color: #000d3f; + } + + /deep/ .el-pagination .el-pager li { + background: #002e74; + } + + /deep/ .el-pagination .btn-prev { + background: #002e74; + } + + /deep/ .el-pagination .btn-next { + background: #002e74; + } +} diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index 4a2fdff25..d3b243f5f 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -812,7 +812,7 @@ export default { } } .resi-cell-value .resi-cell-input { - max-width: 190px; + width: 190px; } diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index eeaaedc04..c84b11a16 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -491,9 +491,19 @@ export default { console.log('n---', n) if (n.columnName !== 'ID_CARD') return if (!isCard(this.form.ID_CARD)) return - const { sex, birth } = computedCard(this.form.ID_CARD) + const { user } = this.$store.state + let huji = '', i = 0 + if (user.areaCodePath && user.areaCodePath.length > 0) { + i = user.areaCodePath.length - 1 + huji = user.areaCodePath[i].length > 6 ? user.areaCodePath[i].substr(0, 6) : user.areaCodePath[i] + } + const _id = this.form.ID_CARD.substr(0, 6) + const { sex, birth, age } = computedCard(this.form.ID_CARD) this.form.BIRTHDAY = birth this.form.GENDER = sex == 1 ? '1' : '2' + this.form.IS_OLD_PEOPLE = age >= 60 ? '1' : '0' + this.form.IS_BDHJ = huji == _id ? '1' : '' + console.log('age-----', age, _id) }, handleOpenSearch () { this.openSearch = !this.openSearch @@ -760,7 +770,7 @@ export default { } } .resi-cell-value .resi-cell-input { - max-width: 190px; + width: 190px; } .resi-cell-value { :deep .el-col { diff --git a/src/views/components/tinymce/index.vue b/src/views/components/tinymce/index.vue index 73c48e26a..19e710b9a 100644 --- a/src/views/components/tinymce/index.vue +++ b/src/views/components/tinymce/index.vue @@ -1,154 +1,157 @@ /* eslint-disable */