Merge branch 'feature/footer' into dev

This commit is contained in:
Sun
2024-01-06 12:56:15 +08:00
4 changed files with 17 additions and 0 deletions
+12
View File
@@ -241,6 +241,18 @@ function resetPanelConfig() {
</NGrid>
</NCard>
<NCard style="border-radius:10px" class="mt-[10px]" size="small">
<div class="text-slate-500 mb-[5px] font-bold">
自定义footer
</div>
<NInput
v-model:value="panelState.panelConfig.footerHtml"
type="textarea"
placeholder="基本的 Textarea"
/>
</NCard>
<NCard style="border-radius:10px" class="mt-[10px]" size="small">
<NPopconfirm
@positive-click="resetPanelConfig"