mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
订单列表和订单详情页初步完善
This commit is contained in:
@ -28,14 +28,14 @@ $custom-border-style: 1rpx solid #f3f3f3;
|
||||
display: flex;
|
||||
flex-direction: $direction;
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
@mixin flex-right($direction: row) {
|
||||
display: flex;
|
||||
flex-direction: $direction;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@mixin flex-center($direction: row) {
|
||||
|
Reference in New Issue
Block a user