From a8233655098a2366fb2ccabc460fb15907855a3b Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 4 Jul 2023 14:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 161 +-- src/components/case/index.vue | 1558 ++++++++++++----------- src/components/selectBusiness/index.vue | 386 +++--- src/layouts/header/index.vue | 152 +-- src/pages/index/list/index.vue | 548 ++++---- src/pages/report/index.vue | 653 +++++----- 6 files changed, 1812 insertions(+), 1646 deletions(-) diff --git a/src/App.vue b/src/App.vue index a27ce58..4411f19 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,84 +1,88 @@ \ No newline at end of file diff --git a/src/components/selectBusiness/index.vue b/src/components/selectBusiness/index.vue index 708da8a..6526ac9 100644 --- a/src/components/selectBusiness/index.vue +++ b/src/components/selectBusiness/index.vue @@ -1,173 +1,190 @@ @@ -187,7 +204,7 @@ export default { max-height: 600px; overflow: auto; // 业务选择中的 - .take-list2{ + .take-list2 { width: 100%; display: flex; justify-content: space-around; @@ -195,30 +212,30 @@ export default { flex-wrap: wrap; height: 40vh; overflow: auto; - li{ + li { display: inline-flex; align-items: center; width: 30%; height: 10vh; font-size: 16px; margin: 1vh 0; - border: 4px solid #DBDBDB; + border: 4px solid #dbdbdb; border-radius: 20px; cursor: pointer; - background-color: rgba(216,216,216,0.10); + background-color: rgba(216, 216, 216, 0.1); // &:first-child{ // margin: 0 0px 50px 0; // } // &:last-child{ // margin-left: 50px; // } - img{ + img { width: 15%; margin: 0; //height: 154px; //margin: 0 45px; } - p{ + p { font-size: 16px; color: #000; text-align: left; @@ -231,27 +248,28 @@ export default { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; - -webkit-box-orient: vertical + -webkit-box-orient: vertical; } - &.checked{ - background: rgba(97,145,255,0.10) url('../../assets/svg/checked.svg') 96% 7%/auto no-repeat; - border-color: #6191FF; + &.checked { + background: rgba(97, 145, 255, 0.1) url('../../assets/svg/checked.svg') 96% 7% / auto no-repeat; + border-color: #6191ff; } } } .dia-header2 { - position: relative;height: 50px; + position: relative; + height: 50px; line-height: 50px; - background-color: rgb(98, 149, 243) ; - border-top-left-radius:14px; - border-top-right-radius:14px; + background-color: rgb(98, 149, 243); + border-top-left-radius: 14px; + border-top-right-radius: 14px; .data-title2 { position: absolute; left: 15px; height: 50px; font-size: 16px; line-height: 50px; - color:#fff; + color: #fff; } .close { height: 50px; @@ -280,7 +298,7 @@ export default { margin: 0 auto; display: flex; align-items: center; - .img-wrap{ + .img-wrap { background: url('../../assets/img/data-frame.png') 0 0 / cover no-repeat; width: 180px; height: 180px; @@ -294,7 +312,7 @@ export default { max-width: 180px; max-height: 130px; text-align: center; - margin: 10px 10px ; + margin: 10px 10px; img { margin-top: 45px; } @@ -308,13 +326,13 @@ export default { color: #000; } } - .text{ + .text { font-size: 18px; - white-space:nowrap; + white-space: nowrap; position: absolute; bottom: 15px; left: 50%; - transform: translate(-50%,0); + transform: translate(-50%, 0); } &.checked { background: url('../../assets/img/data-frame-checked.png') 0 0 / cover no-repeat, @@ -325,19 +343,19 @@ export default { } } } - .seal{ + .seal { width: 1100px; padding: 0 5%; display: flex; justify-content: space-between; - .box{ + .box { border: 2px solid #e6e6e6; width: 45%; min-height: 300px; border-radius: 10px; padding: 10px; } - .left{ + .left { display: flex; width: 50%; flex-wrap: wrap; @@ -349,14 +367,14 @@ export default { background: url('../../assets/img/data-frame.png') 0 0 / cover no-repeat; cursor: pointer; margin: 5px 7px; - img{ + img { width: 130px; max-height: 90px; } &:last-child { margin-right: 0; } - &:nth-child(n>1){ + &:nth-child(n > 1) { margin-top: 0; } img { @@ -377,7 +395,7 @@ export default { &.checked { background: url('../../assets/img/data-frame-checked.png') 0 0 / cover no-repeat, url('../../assets/svg/checked.svg') 163px 7% / auto no-repeat; - + p { color: #fff; } @@ -394,10 +412,10 @@ export default { } } } - .right{ + .right { margin-left: 5%; } - .else{ + .else { width: 100%; } } @@ -416,6 +434,6 @@ export default { .sitting { opacity: 0; - cursor: default!important; + cursor: default !important; } \ No newline at end of file diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 150cdb7..d4a9478 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -1,91 +1,97 @@ \ No newline at end of file diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index c175336..6656931 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -1,300 +1,320 @@ \ No newline at end of file diff --git a/src/pages/report/index.vue b/src/pages/report/index.vue index 0cb7531..93e9aa0 100644 --- a/src/pages/report/index.vue +++ b/src/pages/report/index.vue @@ -1,142 +1,216 @@