From 10488342cf1485f719d5d36e2e9f62a5ffd7eca5 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 10 Mar 2022 14:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 48 +++++++ src/views/components/editResi.vue | 8 +- src/views/modules/base/resi.vue | 133 +++++++++++------- .../modules/communityParty/elegant/index.vue | 53 +++++-- .../communityService/measure/index.vue | 24 +++- 5 files changed, 193 insertions(+), 73 deletions(-) diff --git a/src/App.vue b/src/App.vue index dbd953b1..4b5a899c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -120,4 +120,52 @@ export default { z-index: 200000; } } +.search-card { + .el-card__body { + padding: 20px 20px 0 20px; + } +} +.dialog-h { + .el-dialog__body { + position: relative; + height: 72vh; + box-sizing: border-box; + padding: 0 10px 20px !important; + .dialog-h-content { + height: calc(72vh - 80px); + box-sizing: border-box; + overflow: auto; + } + } +} +.scroll-h { + &::-webkit-scrollbar { + // display: none; + width: 8px; + height: 8px; + // background: linear-gradient(270deg, #0063FE, #0095FF); + } + + &::-webkit-scrollbar-corner, + /* 滚动条角落 */ + &::-webkit-scrollbar-thumb, + &::-webkit-scrollbar-track { /*滚动条的轨道*/ + border-radius: 4px; + } + + &::-webkit-scrollbar-corner, + &::-webkit-scrollbar-track { + /* 滚动条轨道 */ + + // background: rgba(12, 129, 254, .24); + box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5); + } + + &::-webkit-scrollbar-thumb { + /* 滚动条手柄 */ + + background:rgba(0,0,0,0.3); + // background: linear-gradient(270deg, #0063FE, #0095FF); + } +} diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index ed807fd9..d7afc877 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -38,7 +38,7 @@