孙钊宁 2 years ago
parent
commit
b040c62ff1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/Layout.vue

+ 2 - 0
src/views/Layout.vue

@@ -53,5 +53,7 @@ const { isLogin, logout } = useLogin();
   display: flex;
   align-items: center;
   justify-content: end;
+  // border-bottom: solid 1px var(--el-menu-border-color);
+  // background-color: var(--el-menu-bg-color);
 }
 </style>