浏览代码

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