From aa66205a01f377b48631aa192bfa7b003bdbc752 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 07 Nov 2024 20:55:59 +0800
Subject: [PATCH] 企业详情
---
src/styles/page/index.scss | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/styles/page/index.scss b/src/styles/page/index.scss
index 28b28d9..2b7bf2c 100644
--- a/src/styles/page/index.scss
+++ b/src/styles/page/index.scss
@@ -8,7 +8,7 @@
position: absolute;
top: 0;
width: 408px;
- height: 100%;
+ height: calc(100% - 60px);
pointer-events: auto;
background: rgba(28, 115, 195, 0.2);
--
Gitblit v1.9.3