feat: fe mobile responsive next (#1609)

This commit is contained in:
Yuhao
2023-11-27 11:47:48 +08:00
committed by GitHub
parent 3cc697832a
commit a9c1c7d239
89 changed files with 768 additions and 485 deletions

View File

@@ -1,5 +1,5 @@
.pageHeader {
@apply px-16;
@apply px-16 flex justify-between items-center;
position: sticky;
top: 0;
left: 0;
@@ -251,7 +251,7 @@
}
.ruleItem {
@apply flex items-center h-7;
@apply flex items-center;
}
.formFooter {
@@ -382,7 +382,7 @@
.previewWrap {
flex-shrink: 0;
width: 524px;
max-width: 524px;
}
.previewHeader {