refactor(Sku): use datetime-picker

This commit is contained in:
songweite
2020-07-07 16:45:45 +08:00
committed by neverland
parent 9045248523
commit 8d29e5c8c6
6 changed files with 166 additions and 10 deletions
+7
View File
@@ -330,6 +330,13 @@
overflow: visible;
text-align: left;
}
&-label {
margin-top: @padding-xs;
color: @cell-label-color;
font-size: @cell-label-font-size;
line-height: @cell-label-line-height;
}
}
}