refactor: 同步 GiDemo 更新

This commit is contained in:
2025-04-04 19:00:18 +08:00
parent 269266d261
commit d97cf15938
14 changed files with 362 additions and 145 deletions

View File

@@ -145,4 +145,12 @@ const isDisabled: Props['cellDisabled'] = (p) => {
defineExpose({ formRef })
</script>
<style lang='scss' scoped></style>
<style lang='scss' scoped>
:deep(.arco-form-item) {
margin-bottom: 0;
.arco-form-item-message {
display: none;
}
}
</style>