提交 883209fa 编写于 作者: Q qiang

fix: 移除部分冗余代码

上级 5b28883d
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
:type="inputType" :type="inputType"
:maxlength="maxlength" :maxlength="maxlength"
:step="step" :step="step"
:enterkeyhint="confirmType"
class="uni-input-input" class="uni-input-input"
> >
</div> </div>
......
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
:maxlength="maxlengthNumber" :maxlength="maxlengthNumber"
:class="{ 'uni-textarea-textarea-fix-margin': fixMargin }" :class="{ 'uni-textarea-textarea-fix-margin': fixMargin }"
:style="{ 'overflow-y': autoHeight ? 'hidden' : 'auto' }" :style="{ 'overflow-y': autoHeight ? 'hidden' : 'auto' }"
:enterkeyhint="confirmType"
class="uni-textarea-textarea" class="uni-textarea-textarea"
/> />
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册