diff --git a/en/galio-framework.md b/en/galio-framework.md index a915c9a06ac5558ac28a531dc3569811b2570058..0f171d66e31212e761f381154d343b5b6ae28f15 100644 --- a/en/galio-framework.md +++ b/en/galio-framework.md @@ -302,18 +302,18 @@ For details, see[galio](https://galio.io/docs/#/components) ### [NavBar](https://galio.io/docs/#/components/navbar?id=navbar) -| Name | Description | Type | Required | Platform | HarmonyOS Support | -| :-----------: | :-----------------------------------------------------------: | :----------: | :------: | :---------: | :---------------: | -| back | Adds a back button for your navBar. | boolean | no | iOS/Android | Yes | -| transparent | Sets the backgroundColor and borderColor to 'transparent' | boolean | no | iOS/Android | Yes | -| title | Title of the NavBar | node, string | no | iOS/Android | Yes | -| titleStyle | Sets the styling for the title | object | no | iOS/Android | Yes | -| left | Left side of the NavBar | node | no | iOS/Android | Yes | +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| :-----------: | :----------------------------------------------------------: | :----------: | :------: | :---------: | :---------------: | +| back | Adds a back button for your navBar. | boolean | no | iOS/Android | Yes | +| transparent | Sets the backgroundColor and borderColor to 'transparent' | boolean | no | iOS/Android | Yes | +| title | Title of the NavBar | node, string | no | iOS/Android | Yes | +| titleStyle | Sets the styling for the title | object | no | iOS/Android | Yes | +| left | Left side of the NavBar | node | no | iOS/Android | Yes | | leftStyle | Sets the styling for the View wrapping the left side element. | object | no | iOS/Android | Yes | -| leftIconColor | Sets the color of the left side's icon. | string | no | iOS/Android | Yes | -| onLeftPress | Function for the left side of the navbar | function | no | iOS/Android | Yes | -| right | Right side of the NavBar | node | no | iOS/Android | Yes | -| rightStyle | Sets the styling for the View wrapping the left side element. | object | no | iOS/Android | Yes | +| leftIconColor | Sets the color of the left side's icon. | string | no | iOS/Android | Yes | +| onLeftPress | Function for the left side of the navbar | function | no | iOS/Android | Yes | +| right | Right side of the NavBar | node | no | iOS/Android | Yes | +| rightStyle | Sets the styling for the View wrapping the right side element. | object | no | iOS/Android | Yes | ### [Radio](https://galio.io/docs/#/components/radio?id=radio) @@ -399,8 +399,9 @@ For details, see[galio](https://galio.io/docs/#/components) ## Others - Flashback occurs when fadeOutDuration is used [issue#264](https://github.com/galio-org/galio/issues/264) + - Using the safe attribute in the Block component does not take effect [issue#265](https://github.com/galio-org/galio/issues/265) ## License -This project is licensed under [The MIT License(MIT)](https://github.com/galio-org/galio/blob/master/LICENSE.md) \ No newline at end of file +This project is licensed under [The MIT License(MIT)](https://github.com/galio-org/galio/blob/master/LICENSE.md). diff --git a/zh-cn/galio-framework.md b/zh-cn/galio-framework.md index 5c7abe13b5ab2b758808d596f5851171b44f1548..3542ba05ffe722a4f036a1b582eadd5224036442 100644 --- a/zh-cn/galio-framework.md +++ b/zh-cn/galio-framework.md @@ -316,7 +316,7 @@ export default CardDemo; | leftIconColor | Sets the color of the left side's icon. | string | no | iOS/Android | Yes | | onLeftPress | Function for the left side of the navbar | function | no | iOS/Android | Yes | | right | Right side of the NavBar | node | no | iOS/Android | Yes | -| rightStyle | Sets the styling for the View wrapping the left side element. | object | no | iOS/Android | Yes | +| rightStyle | Sets the styling for the View wrapping the right side element. | object | no | iOS/Android | Yes | ### [Radio](https://galio.io/docs/#/components/radio?id=radio)