会员地址管理CRUD

This commit is contained in:
sfmind
2022-05-01 22:39:54 +08:00
parent f7d384e55d
commit aa22ef8339
7 changed files with 433 additions and 40 deletions

View File

@ -1,6 +1,8 @@
/* 页面公共scss */
.container {
background-color: $custom-bg-color;
margin: 0;
padding: 0;
box-sizing: border-box;
height: 100%;
}