From c6a8116fdfcba0d799eca8c2ac51c6ba5c6b07b9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 27 Mar 2025 19:54:49 +0800
Subject: [PATCH] feat: 改为滚动条
---
src/styles/variables.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/styles/variables.scss b/src/styles/variables.scss
index 93a7517..646f60c 100644
--- a/src/styles/variables.scss
+++ b/src/styles/variables.scss
@@ -3,5 +3,6 @@
$top_height: 50px;
@function hToV($px) {
- @return calc($px / 1080) * 100vh;
+ //@return calc($px / 1080) * 100vh;
+ @return $px * 1px;
}
--
Gitblit v1.9.3