-
因为 page 没有 breadcrumb,所以我想自己实现,但是我发现无论是在 schema 里实现,还是自己在 renderAmis 外层实现,都会出现标题问题
在 page -> crud(autoFillHeight=true) 外层添加 wrapper 包裹后,table的高度(.cxd-Table-content的 inline style height)在不停的缩小,
…
-
![image](https://github.com/user-attachments/assets/d7bba83b-dda1-4199-8238-eef511790354)
https://aisuda.bce.baidu.com/amis/zh-CN/docs/index
switch to English not have effect
-
#### 实现场景:
**javascript方法,打开AMIS的dialog,好像toast,怎么实现?相关文档在哪?**
我想用javascript调用,toast是可以用的,但dialog要怎么实现呢?
function tips() {
amisLib.toast.info('消息通知');
}
#### 存在的问题:
https://aisuda.bce.baidu.c…
-
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create.
If the bug is trivial, just go ahead and create the issue. Otherwise, pl…
-
#### 实现场景:
表单,里面是表格,可以勾选行。
我只想将选中的记录提交到接口,怎么实现?
```
{
"type": "form",
"id": "u:3356cf723f58",
"title": "表单-发送选中的记录",
"mode": "flex",
"labelAlign": "top",
"dsType": "api",
…
-
#### 描述问题:
InputTable创建子项后无法收起子项
#### 截图或视频:
![屏幕截图 2024-07-09 223432](https://github.com/baidu/amis/assets/40969630/850bd224-2722-401d-bdc4-1cd5fd9d8c1f)
#### 如何复现(请务必完整填写下面内容):
https:…
-
#### 描述问题:
下拉框更改值以后,用selectedItems中字段给其他组件赋值,amis自带组件能赋值成功,但是自定义组件赋值失败,而且会导致下拉框显示问题,自定义组件使用FormItem注解
#### 截图或视频:
![2023-12-11_15-37-30](https://github.com/baidu/amis/assets/21698755/9f204bc0…
-
the baidu netdisk needs an account for you to download but the link where you are supposed to register does not work { https://login.bce.baidu.com/?lang=en } please provide with any other method . i h…
-
Logging system failed to initialize using configuration from '../conf/logback.xml'
java.lang.IllegalStateException: Logback configuration error detected:
ERROR in ch.qos.logback.core.joran.util.Pro…
-
https://aisuda.bce.baidu.com/amis/app/#/pageA
这个案例下点击左侧菜单,都是去后台取数据局部刷新页面
我通过react实现的app我发现 我点击左侧菜单,他都是刷新页面.请问是怎么配置有问题吗?
还是react不建议使用app,自己通过router实现路由及局部刷新问题!