提交 150fa30d 编写于 作者: W WOSHIMAHAIFENG

修改disable样式改变示例

上级 6315fd84
...@@ -126,13 +126,13 @@ ...@@ -126,13 +126,13 @@
</view> </view>
<view class="container"> <view class="container">
<button style="margin: 10px;position: relative;text-align:left;padding:5px;color: #ffffff;background-color: #1AAD19; <button style="margin: 10px;position: relative;text-align:left;padding:5px;color: #ffffff;background-color: #1AAD19;
font-size: 10px;line-height: 2;"> font-size: 10px;line-height: 2;" :disabled="disabled_boolean">
custom-btn custom-btn
</button> </button>
</view> </view>
<view class="container"> <view class="container">
<button style="margin: 10px; <button style="margin: 10px;
font-size: 15px;color: red;" type="warn" plain="true"> font-size: 15px;color: red;" type="warn" plain="true" :disabled="disabled_boolean">
custom-btn-plain-warn custom-btn-plain-warn
</button> </button>
</view> </view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册