diff --git a/dist/btn/index.wxss b/dist/btn/index.wxss index 312b9c3f..04a9d145 100644 --- a/dist/btn/index.wxss +++ b/dist/btn/index.wxss @@ -60,7 +60,7 @@ padding-left: 5px; padding-right: 5px; } -.zui-btn--big { +.zui-btn--large { border-radius: 0; margin-bottom: 0; border: none; @@ -125,11 +125,12 @@ /* disabled */ .zui-btn.zui-btn--disabled { - color: #999; - background: #f8f8f8; - border-color: #e5e5e5; - cursor: not-allowed; - opacity: 1; + /* 防止样式被 button[disabled] 的规则覆盖,所以使用了important */ + color: #999 ! important; + background: #f8f8f8 ! important; + border-color: #e5e5e5 ! important; + cursor: not-allowed ! important; + opacity: 1 ! important; } /* ::last-child */ diff --git a/dist/quantity/index.wxml b/dist/quantity/index.wxml index dc4f4c59..15cd7391 100644 --- a/dist/quantity/index.wxml +++ b/dist/quantity/index.wxml @@ -1,5 +1,5 @@