fix: 压缩目录卡片小屏录入行高度

This commit is contained in:
jxxghp
2026-08-14 22:38:17 +08:00
parent 2757f8d72b
commit 3bc1030a41

View File

@@ -420,3 +420,10 @@ watch(
</VCardActions>
</VCard>
</template>
<style scoped>
:deep(.app-responsive-input) {
min-block-size: 3rem;
padding-block: 0.375rem;
}
</style>