Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
ed4848cf
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ed4848cf
编写于
1月 02, 2024
作者:
DCloud-yyl
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
补充App端height、width、transition-duration设置无单位属性指的差异
上级
f801960c
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
23 addition
and
1 deletion
+23
-1
docs/css/height.md
docs/css/height.md
+8
-0
docs/css/transition-duration.md
docs/css/transition-duration.md
+7
-1
docs/css/width.md
docs/css/width.md
+8
-0
未找到文件。
docs/css/height.md
浏览文件 @
ed4848cf
...
@@ -7,6 +7,14 @@
...
@@ -7,6 +7,14 @@
<!-- CSSJSON.height.values -->
<!-- CSSJSON.height.values -->
#### App平台
属性值为长度
`<length>`
时可以不设置单位,无单位时当做px处理。
#### Web端
属性值为长度
`<length>`
时必须设置单位,无单位时当做非法值处理。
> 实际项目中为了更好的在各端兼容,推荐指定明确单位。
<!-- CSSJSON.height.defaultValue -->
<!-- CSSJSON.height.defaultValue -->
<!-- CSSJSON.height.unixTags -->
<!-- CSSJSON.height.unixTags -->
...
...
docs/css/transition-duration.md
浏览文件 @
ed4848cf
...
@@ -9,6 +9,12 @@
...
@@ -9,6 +9,12 @@
#### App平台
#### App平台
App平台不支持指定多个时长。
App平台不支持指定多个时长。
属性值可以不设置单位,无单位时当做ms处理。
#### Web端
属性值必须设置单位,无单位时当做非法值处理。
> 实际项目中为了更好的在各端兼容,推荐指定明确单位。
<!-- CSSJSON.transition-duration.defaultValue -->
<!-- CSSJSON.transition-duration.defaultValue -->
...
...
docs/css/width.md
浏览文件 @
ed4848cf
...
@@ -7,6 +7,14 @@
...
@@ -7,6 +7,14 @@
<!-- CSSJSON.width.values -->
<!-- CSSJSON.width.values -->
#### App平台
属性值为长度
`<length>`
时可以不设置单位,无单位时当做px处理。
#### Web端
属性值为长度
`<length>`
时必须设置单位,无单位时当做非法值处理。
> 实际项目中为了更好的在各端兼容,推荐指定明确单位。
<!-- CSSJSON.width.defaultValue -->
<!-- CSSJSON.width.defaultValue -->
<!-- CSSJSON.width.unixTags -->
<!-- CSSJSON.width.unixTags -->
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录