From a8b22d9a1bbee15caa378c7c3af519db51c97efc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 08 Nov 2024 12:31:44 +0800
Subject: [PATCH] 企业详情样式调整; 企业详情加载范围瀑布图;
---
src/styles/page/index.scss | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/styles/page/index.scss b/src/styles/page/index.scss
index 2b7bf2c..a34c74d 100644
--- a/src/styles/page/index.scss
+++ b/src/styles/page/index.scss
@@ -2,13 +2,12 @@
.left-container,
.right-container {
- margin-top: 30px;
display: flex;
flex-direction: column;
position: absolute;
top: 0;
width: 408px;
- height: calc(100% - 60px);
+ height: 100%;
pointer-events: auto;
background: rgba(28, 115, 195, 0.2);
--
Gitblit v1.9.3