feat: 最小适配屏幕宽度设为 370px。
This commit is contained in:
parent
6f959b1d30
commit
a1282c43b4
@ -1,5 +1,6 @@
|
||||
.page {
|
||||
@apply flex;
|
||||
min-width: 370px;
|
||||
}
|
||||
.sidebar {
|
||||
@apply w-full md:w-64 sm:w-32 flex-none;
|
||||
|
Loading…
Reference in New Issue
Block a user