mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
fix doc
This commit is contained in:
parent
7d68806826
commit
45af9cdcf0
@ -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 行为按钮,是触发页面行为的主要方法之一
|
||||
|
||||
## 刷新其他组件
|
||||
|
||||
** 属性表 **
|
||||
**属性表**
|
||||
|
||||
| 属性名 | 类型 | 默认值 | 说明 |
|
||||
| ---------- | -------- | -------- | --------------------------------------------------------------------------- |
|
||||
|
Loading…
Reference in New Issue
Block a user