From 65f4b3f007fe452dc2dcc0045577f1cd10dd4e06 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 30 Oct 2024 11:18:20 +0800
Subject: [PATCH] 工具栏,菜单,等更改

---
 src/styles/base/container.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/styles/base/container.scss b/src/styles/base/container.scss
index 9fd9263..21c003e 100644
--- a/src/styles/base/container.scss
+++ b/src/styles/base/container.scss
@@ -13,4 +13,8 @@
 #app {
   width: 100%;
   height: 100%;
+}
+
+.cursor-p {
+  cursor: pointer;
 }
\ No newline at end of file

--
Gitblit v1.9.3