新增:css样式支持

This commit is contained in:
2024-08-30 17:51:56 +08:00
parent ecf88b04fd
commit 41ad9a474e
33 changed files with 1458 additions and 180 deletions

View File

@@ -46,6 +46,15 @@
v-model:value="form.comments"
/>
</a-form-item>
<a-divider style="margin-bottom: 20px" />
<a-form-item label="预留字段" v-bind="validateInfos.component">
<a-input
allow-clear
:maxlength="100"
placeholder="预设字段:组件路径(选填)"
v-model:value="form.component"
/>
</a-form-item>
</a-form>
</ele-modal>
</template>
@@ -87,6 +96,8 @@
dictDataId: undefined,
dictDataName: '',
dictDataCode: '',
path: '',
component: '',
sortNumber: 100,
comments: ''
});