Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-app
提交
62227d82
U
uni-app
项目概览
DCloud
/
uni-app
3 个月 前同步成功
通知
725
Star
38705
Fork
3642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
7
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-app
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
7
Issue
7
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
62227d82
编写于
5月 27, 2021
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor: picker
上级
aaaaa38a
变更
6
展开全部
隐藏空白更改
内联
并排
Showing
6 changed file
with
2498 addition
and
2356 deletion
+2498
-2356
packages/uni-h5/dist/uni-h5.cjs.js
packages/uni-h5/dist/uni-h5.cjs.js
+768
-785
packages/uni-h5/dist/uni-h5.es.js
packages/uni-h5/dist/uni-h5.es.js
+773
-782
packages/uni-h5/src/view/components/index.ts
packages/uni-h5/src/view/components/index.ts
+1
-1
packages/uni-h5/src/view/components/picker/index.tsx
packages/uni-h5/src/view/components/picker/index.tsx
+953
-0
packages/uni-h5/src/view/components/picker/index.vue
packages/uni-h5/src/view/components/picker/index.vue
+0
-785
packages/uni-h5/style/picker.css
packages/uni-h5/style/picker.css
+3
-3
未找到文件。
packages/uni-h5/dist/uni-h5.cjs.js
浏览文件 @
62227d82
此差异已折叠。
点击以展开。
packages/uni-h5/dist/uni-h5.es.js
浏览文件 @
62227d82
此差异已折叠。
点击以展开。
packages/uni-h5/src/view/components/index.ts
浏览文件 @
62227d82
...
...
@@ -3,6 +3,6 @@ import WebView from './web-view/index'
import
Map
from
'
./map/index
'
import
CoverView
from
'
./cover-view
'
import
CoverImage
from
'
./cover-image
'
import
Picker
from
'
./picker/index
.vue
'
import
Picker
from
'
./picker/index
'
export
{
Video
,
WebView
,
Map
,
CoverView
,
CoverImage
,
Picker
}
packages/uni-h5/src/view/components/picker/index.tsx
0 → 100644
浏览文件 @
62227d82
此差异已折叠。
点击以展开。
packages/uni-h5/src/view/components/picker/index.vue
已删除
100644 → 0
浏览文件 @
aaaaa38a
此差异已折叠。
点击以展开。
packages/uni-h5/style/picker.css
浏览文件 @
62227d82
...
...
@@ -127,7 +127,7 @@ uni-picker[disabled] {
overflow
:
hidden
;
}
.uni-picker-system
>
input
{
.uni-picker-system
>
.uni-picker-system_
input
{
position
:
absolute
;
border
:
none
;
height
:
100%
;
...
...
@@ -136,13 +136,13 @@ uni-picker[disabled] {
cursor
:
pointer
;
}
.uni-picker-system
>
input
.firefox
{
.uni-picker-system
>
.uni-picker-system_
input.firefox
{
top
:
0
;
left
:
0
;
width
:
100%
;
}
.uni-picker-system
>
input
.chrome
{
.uni-picker-system
>
.uni-picker-system_
input.chrome
{
/* 日历空白位置宽度 32px */
top
:
0
;
left
:
0
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录