From c033d7fe639821bddd3a39d7baae17973b5dd387 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 28 Jul 2023 15:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E9=9B=86=E5=BA=93-style/=E6=A1=A3?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/svg/s-sjzb.svg | 2 +- src/assets/styles/archives-manage.scss | 39 +++++++++++++++++++ .../collectionLibrary/anjuan/content.vue | 12 +++++- .../collectionLibrary/anjuan/index.vue | 9 ++--- .../collectionLibrary/anjuan/tableList.vue | 14 ++++--- .../collectionLibrary/file/index.vue | 18 ++++++--- .../collectionLibrary/index.vue | 23 ++++++++--- .../collectionLibrary/juannei/index.vue | 15 ++++--- .../module/collectHeader.vue | 8 +++- .../collectionLibrary/project/index.vue | 12 +++--- 10 files changed, 114 insertions(+), 38 deletions(-) diff --git a/src/assets/icons/svg/s-sjzb.svg b/src/assets/icons/svg/s-sjzb.svg index 2814773..8664e43 100644 --- a/src/assets/icons/svg/s-sjzb.svg +++ b/src/assets/icons/svg/s-sjzb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/styles/archives-manage.scss b/src/assets/styles/archives-manage.scss index 305cf8b..287718d 100644 --- a/src/assets/styles/archives-manage.scss +++ b/src/assets/styles/archives-manage.scss @@ -659,9 +659,20 @@ right: -22px; height: calc(100vh - 138px); } +[data-theme=dark] .el-drawer__wrapper { + position: absolute; + top: -42px; + right: -22px; + height: calc(100vh - 159px); +} + .el-drawer{ overflow: visible; } +[data-theme=dark] .el-drawer{ + background-color: #031435; + border: 1px solid #113d72; +} .el-drawer.rtl{ top: 0; @@ -669,9 +680,30 @@ border: 1px solid #E6E8ED; } +[data-theme=dark] .el-drawer.rtl{ + border: 1px solid #113d72; +} + .el-drawer__body{ position: relative; overflow: visible; + padding-top: 57px; +} + +[data-theme=dark] .el-drawer__body{ + padding-top: 40px; +} + +.anjuan-drawer .el-drawer__body{ + padding-top: 23px; +} + +[data-theme=dark] .anjuan-drawer .el-drawer__body{ + padding-top: 42px; +} + +[data-theme=dark] .anjuan-drawer .el-drawer.rtl { + border-top: none; } .closed-btn{ @@ -745,6 +777,13 @@ } } +[data-theme=dark] .collect-header{ + border-top: none; + h4{ + color: #fff; + } +} + .collect-menu{ .el-menu.el-menu--horizontal{ border-bottom: none; diff --git a/src/views/collectReorganizi/collectionLibrary/anjuan/content.vue b/src/views/collectReorganizi/collectionLibrary/anjuan/content.vue index d15b9c4..0b54f1e 100644 --- a/src/views/collectReorganizi/collectionLibrary/anjuan/content.vue +++ b/src/views/collectReorganizi/collectionLibrary/anjuan/content.vue @@ -6,7 +6,7 @@ - + @@ -30,12 +30,14 @@ export default { data() { return { isTitleType: 3, - activeIndex: 0 + activeIndex: 0, + test: '' } }, created() { }, mounted() { + console.log('test', this.test) }, methods: { changeActiveTab(data) { @@ -46,4 +48,10 @@ export default { diff --git a/src/views/collectReorganizi/collectionLibrary/anjuan/index.vue b/src/views/collectReorganizi/collectionLibrary/anjuan/index.vue index f46a1d5..8b9eb5d 100644 --- a/src/views/collectReorganizi/collectionLibrary/anjuan/index.vue +++ b/src/views/collectReorganizi/collectionLibrary/anjuan/index.vue @@ -1,6 +1,6 @@