mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
Alert 文档补充说明
This commit is contained in:
parent
9c29427fec
commit
f90e07b8cc
@ -1,6 +1,6 @@
|
||||
## Alert
|
||||
|
||||
用来做文字特殊提示,分为四类:提示类、成功类、警告类和危险类。可结合 `visibleOn` 用来做错误信息提示。
|
||||
用来做文字特殊提示,分为四类:提示类、成功类、警告类和危险类。
|
||||
|
||||
| 属性名 | 类型 | 默认值 | 说明 |
|
||||
| --------- | --------- | ------------------------------------------------ | ------------------- |
|
||||
@ -17,3 +17,22 @@
|
||||
"showCloseButton": true
|
||||
}
|
||||
```
|
||||
|
||||
可结合 `visibleOn` 用来做错误信息提示。
|
||||
|
||||
|
||||
```schema:height="120"
|
||||
{
|
||||
"type": "page",
|
||||
"data": {
|
||||
"errMsg": "这是错误提示详情"
|
||||
},
|
||||
"body": {
|
||||
"type": "alert",
|
||||
"visibleOn": "this.errMsg",
|
||||
"body": "${errMsg}",
|
||||
"level": "danger",
|
||||
"showCloseButton": true
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user