提交 f7bfb34d 编写于 作者: Q qiang

fix: 优化 button 组件鼠标显示效果

上级 7822d933
...@@ -131,6 +131,7 @@ export default { ...@@ -131,6 +131,7 @@ export default {
overflow: hidden; overflow: hidden;
color: #000000; color: #000000;
background-color: #F8F8F8; background-color: #F8F8F8;
cursor: pointer;
} }
uni-button[hidden] { uni-button[hidden] {
...@@ -192,6 +193,7 @@ export default { ...@@ -192,6 +193,7 @@ export default {
uni-button[disabled] { uni-button[disabled] {
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
cursor: not-allowed;
} }
uni-button[disabled][type=default], uni-button[disabled][type=default],
...@@ -287,6 +289,10 @@ export default { ...@@ -287,6 +289,10 @@ export default {
padding: 0 1.34em; padding: 0 1.34em;
} }
uni-button[loading]:not([disabled]){
cursor: progress;
}
uni-button[loading]:before { uni-button[loading]:before {
content: " "; content: " ";
display: inline-block; display: inline-block;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册