feat: 完成门店配置拆分并新增配送与自提设置页面
This commit is contained in:
10
apps/web-antd/src/views/store/delivery/styles/base.less
Normal file
10
apps/web-antd/src/views/store/delivery/styles/base.less
Normal file
@@ -0,0 +1,10 @@
|
||||
/* 文件职责:配送设置页面基础骨架样式。 */
|
||||
.page-store-delivery {
|
||||
max-width: 980px;
|
||||
|
||||
.section-title {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #1a1a2e;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user