소스 검색

feat: update

HuCheng 2 년 전
부모
커밋
74771e4568
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/layoput/index.vue

+ 5 - 0
src/layoput/index.vue

@@ -7,6 +7,7 @@
       :native-scrollbar="false"
       bordered
     >
+      <h2>冷链验证报告生成系统</h2>
       <MenuComponent />
     </n-layout-sider>
     <n-layout>
@@ -57,4 +58,8 @@ const options = [
 .n-layout-sider {
   box-shadow: rgba(29, 35, 41, 0.05) 2px 0 8px;
 }
+h2 {
+  text-align: center;
+  line-height: 64px;
+}
 </style>