未验证 提交 5db2d991 编写于 作者: O openharmony_ci 提交者: Gitee

!9624 Tabs栅格化/文本超长处理

Merge pull request !9624 from tengfan/tabs0731
...@@ -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
{
"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
...@@ -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
{ {
"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.
先完成此消息的编辑!
想要评论请 注册