From 6d6ca1bd3115d930f868a2beb83e51fd4ff370f8 Mon Sep 17 00:00:00 2001
From: 楚江漓i <85093541@qq.com>
Date: 星期二, 16 三月 2021 23:01:57 +0800
Subject: [PATCH] 样式调整
---
src/views/yunpan/zhishou.vue | 13 +++++++++++++
src/views/yunpan/uploadfj.vue | 6 ++++++
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/views/yunpan/uploadfj.vue b/src/views/yunpan/uploadfj.vue
index ce505bf..2c16bdb 100644
--- a/src/views/yunpan/uploadfj.vue
+++ b/src/views/yunpan/uploadfj.vue
@@ -727,6 +727,11 @@
width: 100px;
height: 100px;
}
+
+.el-image .el-image-viewer__mask {
+ background-color: #fff !important;
+ opacity: 1;
+}
</style>
<style lang="scss" scoped>
.el-main {
@@ -755,4 +760,5 @@
background-color: rgb(64, 158, 255);
border-color: rgb(64, 158, 255);
}
+
</style>
diff --git a/src/views/yunpan/zhishou.vue b/src/views/yunpan/zhishou.vue
index 70710fa..7399e15 100644
--- a/src/views/yunpan/zhishou.vue
+++ b/src/views/yunpan/zhishou.vue
@@ -879,6 +879,19 @@
width: 100px;
height: 100px;
}
+
+.zs-main {
+ .el-tree .el-tree-node__content{
+ font-size:16px;
+ color: #333;
+ height: 35px;
+ line-height: 35px;
+ }
+ .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ background-color: #e8f2fd;
+ border-radius: 4px;
+ }
+}
</style>
<style lang="scss" scoped>
.el-main {
--
Gitblit v1.8.0