Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
df0cfacd
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
df0cfacd
编写于
11月 16, 2022
作者:
Y
yamila
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update example-ui
Signed-off-by:
N
yamila
<
tianyu55@huawei.com
>
上级
659a76c8
变更
11
显示空白变更内容
内联
并排
Showing
11 changed file
with
44 addition
and
14 deletion
+44
-14
zh-cn/application-dev/ui/js-framework-syntax-js.md
zh-cn/application-dev/ui/js-framework-syntax-js.md
+3
-3
zh-cn/application-dev/ui/ui-js-animate-svg.md
zh-cn/application-dev/ui/ui-js-animate-svg.md
+1
-1
zh-cn/application-dev/ui/ui-js-animate-transform.md
zh-cn/application-dev/ui/ui-js-animate-transform.md
+9
-7
zh-cn/application-dev/ui/ui-js-component-tabs.md
zh-cn/application-dev/ui/ui-js-component-tabs.md
+5
-1
zh-cn/application-dev/ui/ui-js-components-canvas.md
zh-cn/application-dev/ui/ui-js-components-canvas.md
+2
-0
zh-cn/application-dev/ui/ui-js-components-canvasrenderingcontext2d.md
...ation-dev/ui/ui-js-components-canvasrenderingcontext2d.md
+12
-0
zh-cn/application-dev/ui/ui-js-components-form.md
zh-cn/application-dev/ui/ui-js-components-form.md
+2
-0
zh-cn/application-dev/ui/ui-js-components-grid.md
zh-cn/application-dev/ui/ui-js-components-grid.md
+4
-0
zh-cn/application-dev/ui/ui-js-components-offscreencanvas.md
zh-cn/application-dev/ui/ui-js-components-offscreencanvas.md
+4
-0
zh-cn/application-dev/ui/ui-js-components-path2d.md
zh-cn/application-dev/ui/ui-js-components-path2d.md
+2
-0
zh-cn/application-dev/ui/ui-js-components-switch.md
zh-cn/application-dev/ui/ui-js-components-switch.md
+0
-2
未找到文件。
zh-cn/application-dev/ui/js-framework-syntax-js.md
浏览文件 @
df0cfacd
...
...
@@ -248,7 +248,7 @@ export default {
<element
name=
'childComp'
src=
'../child/child.hml'
></element>
<div
class=
"item"
onclick=
"textClicked"
>
<text
class=
"text-style"
onclick=
"parentClicked"
>
parent component click
</text>
<text
class=
"text-style"
if=
"{{show}}"
>
hello parent component!
</text>
<text
class=
"text-style"
if=
"{{show
Value
}}"
>
hello parent component!
</text>
<childComp
id =
"selfDefineChild"
></childComp>
</div>
```
...
...
@@ -257,11 +257,11 @@ export default {
// parent.js
export
default
{
data
:
{
show
:
false
,
show
Value
:
false
,
text
:
'
I am parent component!
'
,
},
parentClicked
()
{
this
.
show
=
!
this
.
show
;
this
.
show
Value
=
!
this
.
showValue
;
console
.
info
(
'
parent component get parent text
'
);
console
.
info
(
`
${
this
.
$parent
().
text
}
`
);
console
.
info
(
"
parent component get child function
"
);
...
...
zh-cn/application-dev/ui/ui-js-animate-svg.md
浏览文件 @
df0cfacd
...
...
@@ -65,7 +65,7 @@
## animateTransform动画
在Svg的子组件
[
animate
Motion
](
../reference/arkui-js/js-components-svg-animatetransform.md
)
中,通过attributeName绑定transform属性,type设置动画类型,from设置开始值,to设置结束值。
在Svg的子组件
[
animate
Transform
](
../reference/arkui-js/js-components-svg-animatetransform.md
)
中,通过attributeName绑定transform属性,type设置动画类型,from设置开始值,to设置结束值。
```
html
...
...
zh-cn/application-dev/ui/ui-js-animate-transform.md
浏览文件 @
df0cfacd
...
...
@@ -38,8 +38,8 @@
height
:
428px
;
background-color
:
#860303
;
transform
:
rotate
(
45deg
);
margin-top
:
2
30
px
;
margin-left
:
266
px
;
margin-top
:
2
84
px
;
margin-left
:
148
px
;
}
.content
{
margin-top
:
500px
;
...
...
@@ -52,7 +52,7 @@
width
:
100px
;
height
:
150px
;
background-color
:
#1033d9
;
transform
:
translate
(
150px
,
-1
50
px
);
transform
:
translate
(
150px
,
-1
37
px
);
}
.window
{
z-index
:
1
;
...
...
@@ -85,7 +85,7 @@
height
:
100px
;
border-radius
:
15px
;
background-color
:
#9a7404
;
transform
:
translate
(
200px
,
-
83
0px
)
skewX
(
-5deg
);
transform
:
translate
(
200px
,
-
71
0px
)
skewX
(
-5deg
);
}
```
...
...
@@ -254,13 +254,13 @@
.rect4
{
width
:
100px
;
height
:
100px
;
animation
:
rotate3d1
1
7
ms
infinite
;
animation
:
rotate3d1
1
000
ms
infinite
;
background
:
linear-gradient
(
#e6c4ec
,
#be15d9
)
}
.rect5
{
width
:
100px
;
height
:
100px
;
animation
:
rotate3d1
1
7
ms
infinite
;
animation
:
rotate3d1
1
000
ms
infinite
;
margin-left
:
100px
;
background
:
linear-gradient
(
#e6c4ec
,
#be15d9
)
}
...
...
@@ -270,7 +270,7 @@
height
:
100px
;
border-radius
:
50px
;
border
:
1px
solid
#e70303
;
animation
:
rotate3d2
1
7
ms
infinite
;
animation
:
rotate3d2
1
000
ms
infinite
;
}
/* 眼睛的动效 */
@keyframes
rotate3d1
{
...
...
@@ -483,6 +483,8 @@ transform可以设置多个值并且多个值可同时设置,下面案例中
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
background-color
:
#F1F3F5
;
padding
:
50px
;
...
...
zh-cn/application-dev/ui/ui-js-component-tabs.md
浏览文件 @
df0cfacd
...
...
@@ -15,7 +15,7 @@ tabs是一种常见的界面导航结构。通过页签容器,用户可以快
<text>
item1
</text>
<text>
item2
</text>
</tab-bar>
<tab-content>
<tab-content
class=
"tabContent"
>
<div
class=
"text"
>
<text>
content1
</text>
</div>
...
...
@@ -35,6 +35,10 @@ tabs是一种常见的界面导航结构。通过页签容器,用户可以快
align-items
:
center
;
background-color
:
#F1F3F5
;
}
.tabContent
{
width
:
100%
;
height
:
100%
;
}
.text
{
width
:
100%
;
height
:
100%
;
...
...
zh-cn/application-dev/ui/ui-js-components-canvas.md
浏览文件 @
df0cfacd
...
...
@@ -20,6 +20,8 @@ Canvas组件提供画布,用于自定义绘制图形。具体用法请参考[C
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
...
...
zh-cn/application-dev/ui/ui-js-components-canvasrenderingcontext2d.md
浏览文件 @
df0cfacd
...
...
@@ -27,6 +27,8 @@
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -227,6 +229,8 @@ export default {
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -324,6 +328,8 @@ export default {
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -448,6 +454,8 @@ export default {
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -591,6 +599,8 @@ export default {
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
background-color
:
#F1F3F5
;
align-items
:
center
;
...
...
@@ -760,6 +770,8 @@ save方法可对画笔样式进行存储,restore可对存储的画笔进行恢
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
background-color
:
#F1F3F5
;
align-items
:
center
;
...
...
zh-cn/application-dev/ui/ui-js-components-form.md
浏览文件 @
df0cfacd
...
...
@@ -183,6 +183,8 @@ export default{
```
css
/* index.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
align-items
:
center
;
background-color
:
#F1F3F5
;
...
...
zh-cn/application-dev/ui/ui-js-components-grid.md
浏览文件 @
df0cfacd
...
...
@@ -28,6 +28,7 @@
flex-direction
:
column
;
background-color
:
#F1F3F5
;
width
:
100%
;
height
:
100%
;
justify-content
:
center
;
align-items
:
center
;
}
...
...
@@ -67,6 +68,7 @@ grid-container点击组件调用getColumns、getColumnWidth、getGutterWidth方
flex-direction
:
column
;
background-color
:
#F1F3F5
;
width
:
100%
;
height
:
100%
;
justify-content
:
center
;
align-items
:
center
;
}
...
...
@@ -154,6 +156,7 @@ export default {
flex-direction
:
column
;
background-color
:
#F1F3F5
;
width
:
100%
;
height
:
100%
;
justify-content
:
center
;
align-items
:
center
;
}
...
...
@@ -203,6 +206,7 @@ text{
flex-direction
:
column
;
background-color
:
#F1F3F5
;
width
:
100%
;
height
:
100%
;
}
text
{
color
:
#0a0aef
;
...
...
zh-cn/application-dev/ui/ui-js-components-offscreencanvas.md
浏览文件 @
df0cfacd
...
...
@@ -26,6 +26,8 @@
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -106,6 +108,8 @@ export default {
```
css
/* xxx.css */
.container
{
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
...
...
zh-cn/application-dev/ui/ui-js-components-path2d.md
浏览文件 @
df0cfacd
...
...
@@ -23,6 +23,7 @@
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
height
:
100%
;
}
canvas
{
...
...
@@ -105,6 +106,7 @@ export default {
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
height
:
100%
;
}
canvas
{
...
...
zh-cn/application-dev/ui/ui-js-components-switch.md
浏览文件 @
df0cfacd
...
...
@@ -21,8 +21,6 @@ switch为开关选择器,切换开启或关闭状态。具体用法请参考[s
/* xxx.css */
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
background-color
:
#F1F3F5
;
}
```
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录