style(admin): update welcome module layout-Add max-height and overflow properties to welcome-module class

- Improve layout consistency for the welcome module in the admin panel
This commit is contained in:
wolfcode
2025-01-03 11:24:53 +08:00
parent 9fb8dd022a
commit 9534f2c2fe
3 changed files with 10 additions and 8 deletions

View File

@@ -58,6 +58,8 @@
.welcome-module {
width: 100%;
height: 210px;
max-height: 210px;
overflow: hidden;
}
.panel {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long