This commit is contained in:
2025-02-24 12:03:33 +08:00
parent 93fbfd6683
commit af87c4990b

View File

@@ -1,6 +1,6 @@
<template> <template>
<n-config-provider :locale="zhCN" :date-locale="dateZhCN"> <n-config-provider :locale="zhCN" :date-locale="dateZhCN">
<n-tabs pane-class="pane" default-value="html" type="segment"> <n-tabs size="large" pane-class="pane" default-value="html" type="segment">
<n-tab-pane name="html" tab="HTML"> <n-tab-pane name="html" tab="HTML">
<template #tab> <template #tab>
<n-flex align="center"> <n-flex align="center">
@@ -67,10 +67,10 @@ import { html, css, js, reset, size, changeSize } from "../store.ts"
</script> </script>
<style scoped> <style scoped>
.pane { .pane {
height: calc(100vh - 52px); height: calc(100vh - 62px);
} }
.wrapper { .wrapper {
padding: 12px; padding-left: 16px;
} }
.label { .label {
font-size: 16px; font-size: 16px;