Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
5db2d991
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看板
未验证
提交
5db2d991
编写于
8月 17, 2023
作者:
O
openharmony_ci
提交者:
Gitee
8月 17, 2023
浏览文件
操作
浏览文件
下载
差异文件
!9624 Tabs栅格化/文本超长处理
Merge pull request !9624 from tengfan/tabs0731
上级
b8cce498
d8212a3e
变更
6
展开全部
隐藏空白更改
内联
并排
Showing
6 changed file
with
7296 addition
and
1 deletion
+7296
-1
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/ets/TestAbility/pages/IndexThird.ets
...ponent_tabs/src/main/ets/TestAbility/pages/IndexThird.ets
+511
-0
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/ets/test/List.test.ets
...ux/ace_ets_component_tabs/src/main/ets/test/List.test.ets
+2
-0
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/ets/test/TabsThird.ets
...ux/ace_ets_component_tabs/src/main/ets/test/TabsThird.ets
+6741
-0
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/resources/base/element/float.json
...component_tabs/src/main/resources/base/element/float.json
+36
-0
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/resources/base/element/string.json
...omponent_tabs/src/main/resources/base/element/string.json
+4
-0
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/resources/base/profile/test_pages.json
...nent_tabs/src/main/resources/base/profile/test_pages.json
+2
-1
未找到文件。
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/ets/TestAbility/pages/IndexThird.ets
0 → 100644
浏览文件 @
5db2d991
此差异已折叠。
点击以展开。
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/ets/test/List.test.ets
浏览文件 @
5db2d991
...
@@ -14,8 +14,10 @@
...
@@ -14,8 +14,10 @@
*/
*/
import tabs from './Tabs'
import tabs from './Tabs'
import tabsSec from './TabsSec'
import tabsSec from './TabsSec'
import tabsThird from './TabsThird'
export default function testsuite() {
export default function testsuite() {
tabs()
tabs()
tabsSec()
tabsSec()
tabsThird()
}
}
\ No newline at end of file
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/ets/test/TabsThird.ets
0 → 100644
浏览文件 @
5db2d991
此差异已折叠。
点击以展开。
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/resources/base/element/float.json
0 → 100644
浏览文件 @
5db2d991
{
"float"
:
[
{
"name"
:
"BarGridAlign_Test"
,
"value"
:
"15px"
},
{
"name"
:
"BarHeight_Test"
,
"value"
:
"55.00vp"
},
{
"name"
:
"SubTabBarStylePadding_Test"
,
"value"
:
"10.00vp"
},
{
"name"
:
"BottomTabBarStylePadding_Test"
,
"value"
:
"8.00vp"
},
{
"name"
:
"BarMode_Test"
,
"value"
:
"8.00px"
},
{
"name"
:
"BottomTabBarStyleLabelStyle_minFontSize_Test"
,
"value"
:
"4.00fp"
},
{
"name"
:
"BottomTabBarStyleLabelStyle_maxFontSize_Test"
,
"value"
:
"5.00fp"
},
{
"name"
:
"BottomTabBarStyleLabelStyle_Font_Size_Test"
,
"value"
:
"18.00fp"
}
]
}
\ No newline at end of file
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/resources/base/element/string.json
浏览文件 @
5db2d991
...
@@ -43,6 +43,10 @@
...
@@ -43,6 +43,10 @@
{
{
"name"
:
"Indicator_Space"
,
"name"
:
"Indicator_Space"
,
"value"
:
"10vp"
"value"
:
"10vp"
},
{
"name"
:
"BottomTabBarStyleLabelStyle_family_Test"
,
"value"
:
"HarmonyOS Sans"
}
}
]
]
}
}
\ No newline at end of file
arkui/ace_ets_components_ux/ace_ets_component_tabs/src/main/resources/base/profile/test_pages.json
浏览文件 @
5db2d991
{
{
"src"
:
[
"src"
:
[
"TestAbility/pages/Index"
,
"TestAbility/pages/Index"
,
"TestAbility/pages/IndexSec"
"TestAbility/pages/IndexSec"
,
"TestAbility/pages/IndexThird"
]
]
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录