From 45af9cdcf006f4077af045a1ba54e6aa0e9d9117 Mon Sep 17 00:00:00 2001 From: RickCole21 Date: Tue, 3 Nov 2020 11:17:58 +0800 Subject: [PATCH] fix doc --- docs/components/action.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/components/action.md b/docs/components/action.md index 6d534c22b..99288b8e9 100755 --- a/docs/components/action.md +++ b/docs/components/action.md @@ -295,7 +295,7 @@ Action 行为按钮,是触发页面行为的主要方法之一 } ``` -** 属性表 ** +**属性表** | 属性名 | 类型 | 默认值 | 说明 | | -------- | -------------------------------------------------------------------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------- | @@ -319,7 +319,7 @@ Action 行为按钮,是触发页面行为的主要方法之一 ``` -** 属性表 ** +**属性表** | 属性名 | 类型 | 默认值 | 说明 | | ---------- | -------- | ------ | ------------------------------------------------------------------------------------------------------------------- | @@ -334,11 +334,11 @@ Action 行为按钮,是触发页面行为的主要方法之一 "type": "button", "level": "success", "actionType": "url", - "url": "http://www.baidu.com/" + "url": "http://www.baidu.com" } ``` -** 属性表 ** +**属性表** | 属性名 | 类型 | 默认值 | 说明 | | ---------- | --------- | ------- | ------------------------------------------------ | @@ -346,8 +346,6 @@ Action 行为按钮,是触发页面行为的主要方法之一 | url | `string` | - | 按钮点击后,会打开指定页面。可用 `${xxx}` 取值。 | | blank | `boolean` | `false` | 如果为 `true` 将在新 tab 页面打开。 | -`注意:由于 amis 平台内 http 地址会被替换成 proxy 地址,所以在 amis 平台内使用请加上 raw: 作为前缀。 比如:raw:http://www.baidu.com` - ## 弹框 ```schema:height="100" scope="body" @@ -373,7 +371,7 @@ Action 行为按钮,是触发页面行为的主要方法之一 } ``` -** 属性表 ** +**属性表** | 属性名 | 类型 | 默认值 | 说明 | | ------------- | -------------------------- | -------- | --------------------------------------------- | @@ -383,7 +381,7 @@ Action 行为按钮,是触发页面行为的主要方法之一 ## 抽屉 -```schema:height="100" scope="body" +```schema:height="100" scope="body" { "label": "Drawer Form", "type": "button", @@ -405,7 +403,7 @@ Action 行为按钮,是触发页面行为的主要方法之一 } ``` -** 属性表 ** +**属性表** | 属性名 | 类型 | 默认值 | 说明 | | ---------- | -------------------------- | -------- | ------------------------------------------ | @@ -423,7 +421,7 @@ Action 行为按钮,是触发页面行为的主要方法之一 } ``` -** 属性表 ** +**属性表** | 属性名 | 类型 | 默认值 | 说明 | | ---------- | ---------------------------- | ------ | ------------------------------------ | @@ -432,7 +430,7 @@ Action 行为按钮,是触发页面行为的主要方法之一 ## 刷新其他组件 -** 属性表 ** +**属性表** | 属性名 | 类型 | 默认值 | 说明 | | ---------- | -------- | -------- | --------------------------------------------------------------------------- |