Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
3258c159
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3258c159
编写于
3月 08, 2022
作者:
D
dongwei
提交者:
wanggang
3月 10, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add test cases
Signed-off-by:
N
dongwei
<
dongwei@kaihongdigi.com
>
上级
bd7b9f1f
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
65 addition
and
16 deletion
+65
-16
ace/ace_standard/src/main/js/default/pages/div/prop/index.css
...ace_standard/src/main/js/default/pages/div/prop/index.css
+40
-0
ace/ace_standard/src/main/js/default/pages/div/prop/index.hml
...ace_standard/src/main/js/default/pages/div/prop/index.hml
+24
-11
ace/ace_standard/src/main/js/default/pages/div/router/index.hml
...e_standard/src/main/js/default/pages/div/router/index.hml
+1
-1
ace/ace_standard/src/main/js/default/pages/div/style/index.css
...ce_standard/src/main/js/default/pages/div/style/index.css
+0
-3
ace/ace_standard/src/main/js/default/pages/div/style/index.hml
...ce_standard/src/main/js/default/pages/div/style/index.hml
+0
-1
未找到文件。
ace/ace_standard/src/main/js/default/pages/div/prop/index.css
浏览文件 @
3258c159
...
...
@@ -341,6 +341,46 @@
padding-end
:
10px
;
}
#tidProp
{
flex-weight
:
1
;
background-color
:
#0e0000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#tidPropNone
{
flex-weight
:
1
;
background-color
:
#c00000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#elifPropTrue
{
flex-weight
:
1
;
background-color
:
#0e0000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#elifPropFalse
{
flex-weight
:
1
;
background-color
:
#c00000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
.specific-container
{
flex-direction
:
column
;
flex-weight
:
1
;
...
...
ace/ace_standard/src/main/js/default/pages/div/prop/index.hml
浏览文件 @
3258c159
...
...
@@ -89,16 +89,6 @@
data-div="">
</div>
<text class="sub-title">
通用属性 -- data
</text>
<div id="dataPropOne"
data="通用属性 -- data">
</div>
<div id="dataPropOneNone"
data="">
</div>
<text class="sub-title">
通用属性 -- click-effect
</text>
...
...
@@ -161,7 +151,30 @@
show="false">
</div>
<div id="showPropNone"
show="">
show="false">
</div>
<text class="sub-title">
属性 -- tid
</text>
<div id="tidProp"
tid="tidProp">
</div>
<div id="tidPropNone"
tid="">
</div>
<text class="sub-title">
属性 -- elif
</text>
<div style="width: 20px;height: 20px;"
if="false">
</div>
<div id="elifPropTrue"
elif="true">
</div>
<div id="elifPropFalse"
elif="false">
</div>
</div>
...
...
ace/ace_standard/src/main/js/default/pages/div/router/index.hml
浏览文件 @
3258c159
...
...
@@ -158,7 +158,7 @@
</text>
<div class ="event2" onclick="click" ondoubleclick="doubleClick"
onlongpress="longPress" onfocus="focus" onblur="blur" onkey="key"
onswipe="swipe" onattached="attached" ondetached="detached">
onswipe="swipe" onattached="attached" ondetached="detached"
onaccessibility="attached"
>
</div>
<text class="sub-title">
div通用事件3
...
...
ace/ace_standard/src/main/js/default/pages/div/style/index.css
浏览文件 @
3258c159
...
...
@@ -394,7 +394,6 @@
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
margin
:
1%
;
}
...
...
@@ -511,7 +510,6 @@
background-color
:
#fff000
;
}
#addOne
{
width
:
10%
;
height
:
20px
;
...
...
@@ -620,4 +618,3 @@
background-color
:
#fa8072
;
}
}
ace/ace_standard/src/main/js/default/pages/div/style/index.hml
浏览文件 @
3258c159
...
...
@@ -229,7 +229,6 @@
</div>
</div>
<!-- <div id="specificEight" >-->
<!-- <div class="flex-item yellow-item">-->
<!-- </div>-->
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录