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