feat: implement member stored card page and drawers
This commit is contained in:
30
apps/web-antd/src/views/member/stored-card/styles/base.less
Normal file
30
apps/web-antd/src/views/member/stored-card/styles/base.less
Normal file
@@ -0,0 +1,30 @@
|
||||
.page-member-stored-card {
|
||||
.msc-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.msc-tab-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.msc-empty {
|
||||
border-radius: 12px;
|
||||
padding: 40px 20px;
|
||||
background: #fff;
|
||||
box-shadow: 0 3px 10px rgb(16 24 40 / 6%);
|
||||
}
|
||||
|
||||
.msc-readonly-tip {
|
||||
margin-left: auto;
|
||||
color: #6b7280;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.msc-spacer {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user