mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(GoodsAction): should set wrapper height (#5593)
This commit is contained in:
parent
df6edc4864
commit
16597562f0
@ -26,6 +26,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^8.0.1",
|
"@types/fs-extra": "^8.0.1",
|
||||||
"@types/yeoman-generator": "^3.1.4",
|
"@types/yeoman-generator": "^3.1.4",
|
||||||
|
"release-it": "^12.4.3",
|
||||||
"typescript": "^3.7.4"
|
"typescript": "^3.7.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
height: @goods-action-height;
|
||||||
background-color: @goods-action-background-color;
|
background-color: @goods-action-background-color;
|
||||||
|
|
||||||
&--safe-area-inset-bottom {
|
&--safe-area-inset-bottom {
|
||||||
|
@ -354,8 +354,9 @@
|
|||||||
|
|
||||||
// GoodsAction
|
// GoodsAction
|
||||||
@goods-action-background-color: @white;
|
@goods-action-background-color: @white;
|
||||||
|
@goods-action-height: 50px;
|
||||||
@goods-action-icon-width: 48px;
|
@goods-action-icon-width: 48px;
|
||||||
@goods-action-icon-height: 50px;
|
@goods-action-icon-height: 100%;
|
||||||
@goods-action-icon-color: @text-color;
|
@goods-action-icon-color: @text-color;
|
||||||
@goods-action-icon-size: 18px;
|
@goods-action-icon-size: 18px;
|
||||||
@goods-action-icon-font-size: @font-size-xs;
|
@goods-action-icon-font-size: @font-size-xs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user