添加一言

This commit is contained in:
2025-05-10 23:50:58 +08:00
parent 805cbac1ff
commit 0b235e5913
9 changed files with 104 additions and 64 deletions

View File

@@ -7,7 +7,7 @@ import Signup from "../components/Signup.vue"
<template>
<n-layout position="absolute">
<n-layout-header bordered style="padding: 8px;">
<n-layout-header bordered style="padding: 8px">
<Header class="header" />
</n-layout-header>
<n-layout-content
@@ -22,7 +22,7 @@ import Signup from "../components/Signup.vue"
</template>
<style scoped>
.header {
.header {
max-width: 2000px;
margin-left: auto;
margin-right: auto;