提交 c7df63ea 编写于 作者: Q qiang

fix: H5 端优化 uni.showModal、uni.showActionSheet 按钮光标效果

上级 e993d391
......@@ -13,9 +13,9 @@
class="uni-actionsheet"
>
<div class="uni-actionsheet__menu">
<div
v-if="title"
class="uni-actionsheet__title"
<div
v-if="title"
class="uni-actionsheet__title"
>
{{ title }}
</div>
......@@ -190,6 +190,7 @@ uni-actionsheet .uni-actionsheet__title {
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
}
uni-actionsheet .uni-actionsheet__cell:before {
......
......@@ -10,9 +10,9 @@
v-if="title"
class="uni-modal__hd"
>
<strong
class="uni-modal__title"
v-text="title"
<strong
class="uni-modal__title"
v-text="title"
/>
</div>
<div
......@@ -174,6 +174,7 @@ export default {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
cursor: pointer;
}
uni-modal .uni-modal__btn:active {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册