feat(Sku): add new startSaleNum prop (#5105)

This commit is contained in:
Waiter
2019-11-28 10:51:27 +08:00
committed by neverland
parent d8e30bdcac
commit 17472e04c5
8 changed files with 132 additions and 42 deletions
+9 -6
View File
@@ -198,6 +198,7 @@
&-container {
height: 30px;
margin-right: 20px;
overflow: hidden;
}
}
@@ -208,6 +209,14 @@
float: left;
line-height: 30px;
}
&-quota {
display: inline-block;
float: right;
color: @red;
font-size: @font-size-sm;
line-height: 30px;
}
}
&__stock {
@@ -221,12 +230,6 @@
}
}
&__quota {
display: inline-block;
color: @red;
font-size: @font-size-sm;
}
&-messages {
padding-bottom: @padding-xl;