style(project): normalize pickup mode style property order

This commit is contained in:
2026-02-20 10:10:46 +08:00
parent 344ebc3910
commit ab6b7020b9
2 changed files with 2 additions and 2 deletions

View File

@@ -42,8 +42,8 @@
.pickup-mode-guide {
padding: 10px 12px;
border-radius: 8px;
border: 1px solid transparent;
border-radius: 8px;
}
.pickup-mode-guide-big {

View File

@@ -13,8 +13,8 @@
.pickup-mode-switch {
display: flex;
width: 100%;
justify-content: space-between;
width: 100%;
}
.pickup-mode-item {