diff --git a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-menu.md b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-menu.md index e8aedf2e30ecb1837592a8e7952f60557113b08e..e79cebaef427108eaccd616cefec9f971472df25 100644 --- a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-menu.md +++ b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-menu.md @@ -101,7 +101,7 @@ startMargin + endMargin 超过组件宽度后startMargin和endMargin会被置0 | 参数名 | 类型 | 必填 | 说明 | |---------|--------------------------------------------------------|------------| -------------- | -| options | [DividerStyleOptions](ts-types.md#dividerstyleoptions12) \|  undefined | 是 | 设置menuItem分割线样式。
-strokeWidth:分割线的线宽。
-color:分割线的颜色。
-startMargin:分割线与menuItem侧边起端的距离。
-endMargin:分割线与menuItem侧边结束端的距离。
-mode:分割线的模式,默认值为FLOATING_ABOVE_MENU。 | +| options | [DividerStyleOptions](ts-types.md#dividerstyleoptions12) \|  undefined | 是 | 设置menuItem分割线样式。
-strokeWidth:分割线的线宽,不支持百分比。
-color:分割线的颜色。
-startMargin:分割线与menuItem侧边起端的距离, 不支持百分比。
-endMargin:分割线与menuItem侧边结束端的距离,不支持百分比。
-mode:分割线的模式,默认值为FLOATING_ABOVE_MENU。 | ### menuItemGroupDivider12+ @@ -117,7 +117,7 @@ menuItemGroupDivider(options: DividerStyleOptions | undefined) | 参数名 | 类型 | 必填 | 说明 | |---------|--------------------------------------------------------|------------| -------------- | -| options | [DividerStyleOptions](ts-types.md#dividerstyleoptions12) \|  undefined | 是 | 设置menuItemGroup顶部和底部分割线样式。
-strokeWidth:分割线的线宽,默认值是1px。
-color:分割线的颜色,默认值是 #33000000。
-startMargin:分割线与menuItemGroup侧边起端的距离,默认值是16。
-endMargin:分割线与menuItemGroup侧边结束端的距离,默认值是16。
-mode:分割线的模式,默认值为FLOATING_ABOVE_MENU。 | +| options | [DividerStyleOptions](ts-types.md#dividerstyleoptions12) \|  undefined | 是 | 设置menuItemGroup顶部和底部分割线样式。
-strokeWidth:分割线的线宽,默认值是1px,不支持百分比。
-color:分割线的颜色,默认值是 #33000000。
-startMargin:分割线与menuItemGroup侧边起端的距离,默认值是16,不支持百分比。
-endMargin:分割线与menuItemGroup侧边结束端的距离,默认值是16,不支持百分比。
-mode:分割线的模式,默认值为FLOATING_ABOVE_MENU。 | ### subMenuExpandingMode12+