Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
a3314d66
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看板
未验证
提交
a3314d66
编写于
7月 11, 2023
作者:
O
openharmony_ci
提交者:
Gitee
7月 11, 2023
浏览文件
操作
浏览文件
下载
差异文件
!20677 修改image示例代码+示例图
Merge pull request !20677 from LiAn/master
上级
3bf7a3e9
19b58535
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
7 addition
and
41 deletion
+7
-41
zh-cn/application-dev/reference/arkui-ts/figures/zh-cn_image_0000001250492613.gif
...ference/arkui-ts/figures/zh-cn_image_0000001250492613.gif
+0
-0
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-image.md
...ation-dev/reference/arkui-ts/ts-basic-components-image.md
+7
-41
未找到文件。
zh-cn/application-dev/reference/arkui-ts/figures/zh-cn_image_0000001250492613.gif
查看替换文件 @
3bf7a3e9
浏览文件 @
a3314d66
189.2 KB
|
W:
|
H:
57.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-image.md
浏览文件 @
a3314d66
...
@@ -97,61 +97,27 @@ Image(src: PixelMap | ResourceStr | DrawableDescriptor)
...
@@ -97,61 +97,27 @@ Image(src: PixelMap | ResourceStr | DrawableDescriptor)
@
Entry
@
Entry
@
Component
@
Component
struct
ImageExample1
{
struct
ImageExample1
{
private
on
:
string
=
'
www.example.com
'
@
State
src
:
string
=
this
.
on
build
()
{
build
()
{
Column
()
{
Column
()
{
Flex
({
direction
:
FlexDirection
.
Column
,
alignItems
:
ItemAlign
.
Start
})
{
Flex
({
direction
:
FlexDirection
.
Column
,
alignItems
:
ItemAlign
.
Start
})
{
Text
(
'
default
'
).
fontSize
(
16
).
fontColor
(
0xcccccc
).
height
(
30
)
Row
({
space
:
5
})
{
Row
({
space
:
5
})
{
Image
(
$r
(
'
app.media.
ic
_png
'
))
Image
(
$r
(
'
app.media.
example
_png
'
))
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
overlay
(
'
png
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
.
overlay
(
'
png
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
Image
(
$r
(
'
app.media.
ic
_gif
'
))
Image
(
$r
(
'
app.media.
example
_gif
'
))
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
overlay
(
'
gif
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
.
overlay
(
'
gif
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
Image
(
$r
(
'
app.media.ic_svg
'
))
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
overlay
(
'
svg
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
}
}
Row
({
space
:
5
})
{
Row
({
space
:
5
})
{
Image
(
$r
(
'
app.media.
img_example
'
))
Image
(
$r
(
'
app.media.
example_svg
'
))
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
overlay
(
'
jp
g
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
.
overlay
(
'
sv
g
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
Image
(
this
.
src
)
Image
(
$r
(
'
app.media.example_jpg
'
)
)
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
width
(
110
).
height
(
110
).
border
({
width
:
1
})
.
overlay
(
'
network
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
.
overlay
(
'
jpg
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
}.
margin
({
top
:
25
,
bottom
:
10
})
}.
margin
({
top
:
25
,
bottom
:
10
})
}
}
Flex
({
direction
:
FlexDirection
.
Column
,
alignItems
:
ItemAlign
.
Start
})
{
Text
(
'
objectFit
'
).
fontSize
(
16
).
fontColor
(
0xcccccc
).
height
(
30
)
Row
({
space
:
5
})
{
Image
(
$r
(
'
app.media.img_example
'
))
.
border
({
width
:
1
})
.
objectFit
(
ImageFit
.
None
).
width
(
110
).
height
(
110
)
.
overlay
(
'
None
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
Image
(
$r
(
'
app.media.img_example
'
))
.
border
({
width
:
1
})
.
objectFit
(
ImageFit
.
Fill
).
width
(
110
).
height
(
110
)
.
overlay
(
'
Fill
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
Image
(
$r
(
'
app.media.img_example
'
))
.
border
({
width
:
1
})
.
objectFit
(
ImageFit
.
Cover
).
width
(
110
).
height
(
110
)
.
overlay
(
'
Cover
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
}
Row
({
space
:
5
})
{
Image
(
$r
(
'
app.media.img_example_w250
'
))
.
border
({
width
:
1
})
.
objectFit
(
ImageFit
.
Contain
).
width
(
110
).
height
(
110
)
.
overlay
(
'
Contain
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
Image
(
$r
(
'
app.media.img_example_w250
'
))
.
border
({
width
:
1
})
.
objectFit
(
ImageFit
.
ScaleDown
).
width
(
110
).
height
(
110
)
.
overlay
(
'
ScaleDown
'
,
{
align
:
Alignment
.
Bottom
,
offset
:
{
x
:
0
,
y
:
20
}
})
}.
margin
({
top
:
25
})
}
}.
height
(
320
).
width
(
360
).
padding
({
right
:
10
,
top
:
10
})
}.
height
(
320
).
width
(
360
).
padding
({
right
:
10
,
top
:
10
})
}
}
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录