fix(GoodsAction): should set wrapper height (#5593)

This commit is contained in:
陈嘉涵 2020-01-16 19:51:04 +08:00
parent df6edc4864
commit 16597562f0
4 changed files with 1200 additions and 31 deletions

View File

@ -26,6 +26,7 @@
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/yeoman-generator": "^3.1.4",
"release-it": "^12.4.3",
"typescript": "^3.7.4"
},
"dependencies": {

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@
left: 0;
display: flex;
align-items: center;
height: @goods-action-height;
background-color: @goods-action-background-color;
&--safe-area-inset-bottom {

View File

@ -354,8 +354,9 @@
// GoodsAction
@goods-action-background-color: @white;
@goods-action-height: 50px;
@goods-action-icon-width: 48px;
@goods-action-icon-height: 50px;
@goods-action-icon-height: 100%;
@goods-action-icon-color: @text-color;
@goods-action-icon-size: 18px;
@goods-action-icon-font-size: @font-size-xs;