mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
* feat: add get values to FormModel * fix: fix FieldArrayModel.swap state issue with doc example added * doc: fix array demo code
8 lines
109 B
CSS
8 lines
109 B
CSS
.array-item-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.icon-button-popover {
|
|
padding: 6px 8px;
|
|
}
|