style(Scene): 优化场景列表更多按钮样式

- 为更多按钮添加指针光标,提升用户体验
This commit is contained in:
du.meimei
2025-05-28 19:27:53 +08:00
parent 0ebf14d6ff
commit 7fff292fc9

View File

@@ -203,6 +203,7 @@ p{
} }
.more{ .more{
color: #70B937; color: #70B937;
cursor: pointer;
} }
.sceneList{ .sceneList{
overflow-y: hidden; overflow-y: hidden;