diff --git a/src/components/input/index.scss b/src/components/input/index.scss index a33c1205a..c69f91747 100644 --- a/src/components/input/index.scss +++ b/src/components/input/index.scss @@ -31,7 +31,7 @@ } &__children { - display: inline-block; + display: inline-flex; border-left: #e7e7e7 solid 1px; > view, @@ -49,7 +49,8 @@ > image, img, .taro-img { - width: 100px; + display: inline-block; + width: 140px; height: 60px; vertical-align: middle; }