feat: 样式调整

This commit is contained in:
tbphp
2025-07-12 16:20:56 +08:00
parent 6fb908952c
commit 55881b9ab9
5 changed files with 372 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ function handleGroupDelete(deletedGroup: Group) {
<style scoped>
.keys-container {
display: flex;
gap: 12px;
gap: 8px;
width: 100%;
}

View File

@@ -61,9 +61,9 @@ async function handleSubmit() {
</script>
<template>
<n-space vertical size="large">
<n-space vertical>
<n-form ref="formRef" :model="form" label-placement="top">
<n-space vertical size="large">
<n-space vertical>
<n-card
size="small"
v-for="category in settingList"
@@ -103,12 +103,14 @@ async function handleSubmit() {
placeholder="请输入数值"
clearable
style="width: 100%"
size="small"
/>
<n-input
v-else
v-model:value="form[item.key] as string"
placeholder="请输入内容"
clearable
size="small"
/>
</n-form-item>
</n-grid-item>