fix(goods-action): set box-sizing to keep height (#3865)

fix #3753
This commit is contained in:
rex 2020-12-16 17:36:23 +08:00 committed by GitHub
parent 6b1f510daa
commit 424168788d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
left: 0;
display: flex;
align-items: center;
box-sizing: content-box;
.theme(height, '@goods-action-height');
.theme(background-color, '@goods-action-background-color');