mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(GoodsAction): should set wrapper height (#5593)
This commit is contained in:
parent
df6edc4864
commit
16597562f0
@ -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
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user