feat: 完成门店配置拆分并新增配送与自提设置页面

This commit is contained in:
2026-02-16 14:39:11 +08:00
parent 07495f8c35
commit 8d1325edf0
63 changed files with 6827 additions and 368 deletions

View File

@@ -0,0 +1,10 @@
/* 文件职责:配送设置页面基础骨架样式。 */
.page-store-delivery {
max-width: 980px;
.section-title {
font-size: 14px;
font-weight: 600;
color: #1a1a2e;
}
}