增加表单详情预览

This commit is contained in:
2024-01-24 18:10:08 +08:00
parent 6ce2bdaf47
commit ce464185b2
11 changed files with 503 additions and 83 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'type'=>[
'',
'border'
],
'position'=>[
'',
'space-between',
]
];