提交 9a3fa6ca 编写于 作者: Q qiang

fix: 优化 picker 组件鼠标显示效果(H5)

上级 3959fd69
<template>
<uni-picker
:disabled="disabled"
@click.stop="_show"
v-on="$listeners">
<div
......@@ -438,6 +439,15 @@ export default {
<style>
uni-picker {
display: block;
cursor: pointer;
}
uni-picker[hidden] {
display: none;
}
uni-picker[disabled] {
cursor: not-allowed;
}
.uni-picker-container {
......@@ -526,6 +536,7 @@ uni-picker {
font-size: 17px;
line-height: 45px;
overflow: hidden;
cursor: pointer;
}
.uni-picker-container .uni-picker-action.uni-picker-action-cancel {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册