From 0392fa159eecd79682af56431e7877afcaa4a55d Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 6 Jan 2023 11:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E5=8C=85=E5=B1=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/dataBoard/bread.scss | 73 +++ .../board => dataBoard}/detailBox.scss | 4 +- src/assets/scss/dataBoard/listBox.scss | 15 + src/assets/scss/modules/board/listBox.scss | 197 -------- src/views/dataBoard/cpts/bread.vue | 84 ++++ src/views/dataBoard/cpts/loading.vue | 68 +++ src/views/dataBoard/cpts/tb.vue | 431 ++++++++++++++++++ .../basicinfo/houseStatic/houseList.vue | 16 +- .../basicinfo/houseStatic/houseMore.vue | 2 +- .../basicinfo/houseStatic/houseStatic.vue | 38 +- .../modules/visual/basicinfo/peopleList.vue | 46 +- 11 files changed, 739 insertions(+), 235 deletions(-) create mode 100644 src/assets/scss/dataBoard/bread.scss rename src/assets/scss/{modules/board => dataBoard}/detailBox.scss (99%) create mode 100644 src/assets/scss/dataBoard/listBox.scss delete mode 100644 src/assets/scss/modules/board/listBox.scss create mode 100644 src/views/dataBoard/cpts/bread.vue create mode 100644 src/views/dataBoard/cpts/loading.vue create mode 100644 src/views/dataBoard/cpts/tb.vue diff --git a/src/assets/scss/dataBoard/bread.scss b/src/assets/scss/dataBoard/bread.scss new file mode 100644 index 000000000..62d666431 --- /dev/null +++ b/src/assets/scss/dataBoard/bread.scss @@ -0,0 +1,73 @@ +.m-bread { + padding: 26px 0 40px 0; + // height: 40px; + // background: rgba(26,149,255,0.15); + + .g-bread { + margin: 4px 0; + padding: 8px 16px; + height: 40px; + background: rgba(26,149,255,0.15);; + width: 100%; + + /deep/ .el-breadcrumb__item { + line-height: 25px; + font-size: 14px; + } + + /deep/ .el-breadcrumb__item .el-breadcrumb__inner { + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #ffffff; + } + + /deep/ .el-breadcrumb__item:first-child .el-breadcrumb__inner { + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: rgba(255, 255, 255, 0.65); + } + + .router_parents{ + line-height: 25px; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: rgba(255, 255, 255, 0.65); + + .arrow { + padding: 0 5px; + } + } + + .router_child{ + line-height: 25px; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #ffffff; + } + } + + .g-line { + display: flex; + width: 100%; + + .line-left { + flex-grow: 0; + flex-shrink: 0; + flex-basis: 16px; + height: 1px; + background: #1a95ff; + } + .line-right { + flex-grow: 1; + flex-shrink: 1; + flex-basis: 0px; + height: 1px; + background: rgba(26, 149, 255, 0.45); + } + } +} + + + diff --git a/src/assets/scss/modules/board/detailBox.scss b/src/assets/scss/dataBoard/detailBox.scss similarity index 99% rename from src/assets/scss/modules/board/detailBox.scss rename to src/assets/scss/dataBoard/detailBox.scss index af33155de..06ef1358e 100644 --- a/src/assets/scss/modules/board/detailBox.scss +++ b/src/assets/scss/dataBoard/detailBox.scss @@ -1,5 +1,5 @@ -@import "../../c/config"; -@import "../../c/function"; +@import "../c/config"; +@import "../c/function"; // @import "./c/common"; diff --git a/src/assets/scss/dataBoard/listBox.scss b/src/assets/scss/dataBoard/listBox.scss new file mode 100644 index 000000000..56d538a25 --- /dev/null +++ b/src/assets/scss/dataBoard/listBox.scss @@ -0,0 +1,15 @@ +.m-listbox-main{ + min-height: 100%; + box-sizing: border-box; + margin-left:16px; + + .g-listbox{ + + } + + +} + + + + diff --git a/src/assets/scss/modules/board/listBox.scss b/src/assets/scss/modules/board/listBox.scss deleted file mode 100644 index a262cc6ce..000000000 --- a/src/assets/scss/modules/board/listBox.scss +++ /dev/null @@ -1,197 +0,0 @@ -.m-listbox-main{ - min-height: 100%; - box-sizing: border-box; - margin-left:16px; - - .g-listbox{ - - } - - -} - - - - - -.div_search_list { - margin: 44px auto; - text-align: center; - width: 750px; - height: 53px; - background: #01106800; - border-radius: 8px; - display: flex; - justify-content: flex-end; - - .icon { - display: flex; - align-items: center; - margin-left: 29px; - margin-top: 16px; - - > img { - width: 24px; - height: 24px; - } - } - - .btn { - text-align: center; - flex: 0 0 113px; - height: 53px; - background: #0082fb; - border-radius: 0px 8px 8px 0px; - font-size: 22px; - font-family: PingFang SC; - font-weight: 400; - color: #ffffff; - line-height: 53px; - background: linear-gradient(90deg, #1a5afd, #26c4ff); - } - .btn:hover { - cursor: pointer; - } -} - -.list_box1 { - margin: 76px auto 0; - box-sizing: border-box; - width: 80%; - // width: 1421px; - - // height: calc(88vh - 200px); - height: 485px; - color: #fff; - background: url("../../../img/modules/visual/warning-box.png") no-repeat center; - background-size: 100% 100%; -} - -.info_tip { - padding: 20px 0 0 19px; - display: flex; - - > img { - height: 34px; - width: 46px; - } - - .tip_title { - line-height: 34px; - margin-left: 7px; - font-size: 22px; - font-family: PingFang SC; - font-weight: 800; - color: #ffffff; - } -} - -.warning-table { - margin: 21px 24px auto 24px; - box-sizing: border-box; - // height: 100%; - - .table { - width: 100%; - height: 100%; - - &-header { - width: 100%; - height: 50px; - display: flex; - justify-content: space-around; - align-items: center; - background: rgba(8, 37, 134, 0.85); - font-size: 16px; - font-weight: 400; - color: #ffffff; - } - - &-body { - box-sizing: border-box; - width: 100%; - height: calc(100% - 50px); - font-size: 18px; - font-weight: 400; - color: #ffffff; - - &-tr { - width: 100%; - height: 50px; - // height: calc(100% / 5); - // padding: 10px auto; - display: flex; - justify-content: space-around; - align-items: center; - - .btn_detail:hover { - cursor: pointer; - } - } - - &-tr:nth-child(2n) { - background: rgba(16, 75, 164, 0.24); - } - - &-tr:hover { - background: url("../../../img/modules/visual/hover-bac.png") no-repeat center; - background-size: 100% 100%; - } - } - - &-status { - margin-top: 20px; - - .no-data { - display: flex; - justify-content: center; - } - } - } -} - -.td { - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - - // width: calc(100% / 5); -} -.td1 { - width: calc(100% / 10); -} -.td2 { - width: calc(100% / 6); -} -.td3 { - width: calc(100% / 4); -} -.pagination { - box-sizing: border-box; - padding-right: 180px; - padding-bottom: 20px; - - margin-top: 40px; - 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/dataBoard/cpts/bread.vue b/src/views/dataBoard/cpts/bread.vue new file mode 100644 index 000000000..9b35ea6de --- /dev/null +++ b/src/views/dataBoard/cpts/bread.vue @@ -0,0 +1,84 @@ + + + + + + + + diff --git a/src/views/dataBoard/cpts/loading.vue b/src/views/dataBoard/cpts/loading.vue new file mode 100644 index 000000000..cc8bda6fe --- /dev/null +++ b/src/views/dataBoard/cpts/loading.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/src/views/dataBoard/cpts/tb.vue b/src/views/dataBoard/cpts/tb.vue new file mode 100644 index 000000000..e7173e66d --- /dev/null +++ b/src/views/dataBoard/cpts/tb.vue @@ -0,0 +1,431 @@ + + + + + diff --git a/src/views/modules/visual/basicinfo/houseStatic/houseList.vue b/src/views/modules/visual/basicinfo/houseStatic/houseList.vue index 93f57e9c7..146748ace 100644 --- a/src/views/modules/visual/basicinfo/houseStatic/houseList.vue +++ b/src/views/modules/visual/basicinfo/houseStatic/houseList.vue @@ -1,15 +1,7 @@