From cc1c0a396698648256c350f6f0fe2cb2f0b02c7e Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 27 Mar 2024 15:44:10 +0800
Subject: [PATCH] 许可按钮放出,备案审批按钮放出

---
 src/styles/smallSize.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/styles/smallSize.scss b/src/styles/smallSize.scss
index 48321ad..5f0f320 100644
--- a/src/styles/smallSize.scss
+++ b/src/styles/smallSize.scss
@@ -20,7 +20,7 @@
   z-index: 100;
   .el-button.el-button--text.el-button--small {
     position: fixed;
-    top: 140px;
+    top: 100px;
     right: 40px;
   }
 }

--
Gitblit v1.9.3