Kaynağa Gözat

feat: update

HuCheng 2 yıl önce
ebeveyn
işleme
74771e4568
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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>