From 380728d2f235e0253df0fc1c558874a549cf0256 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期一, 25 九月 2023 14:34:46 +0800
Subject: [PATCH] 完善查看详情里不要有上传功能
---
ruoyi-ui/src/views/mindMap/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/views/mindMap/index.vue b/ruoyi-ui/src/views/mindMap/index.vue
index c0bed43..e49c78d 100644
--- a/ruoyi-ui/src/views/mindMap/index.vue
+++ b/ruoyi-ui/src/views/mindMap/index.vue
@@ -131,7 +131,7 @@
/*padding-left: -20px;*/
}
.text{
- background-color: #FEF7FC;
+ /*background-color: #FEF7FC;*/
opacity: 0.75;
margin-top: -20px;
padding: 20px;
@@ -140,7 +140,7 @@
.image-container {
/*position: absolute;*/
position: fixed;
- top: 50px;
+ top: 70px;
left: 50px;
width: 100%;
height: 100%;
--
Gitblit v1.9.1