Commit b888b723 by 孙美琪

首页修改

parent 7b102035
This source diff could not be displayed because it is too large. You can view the blob instead.
<template>
<div class="app-wrapper">
<div class="nav-bar">
<div class="nav-bar-content">
<div class="nav-bar-content custom-main-w">
<div class="logo flex-align-center" @click="$router.push('/index')">
<!-- <img class="nscc" src="@/assets/logo/nscc-logo.jpg" alt="">-->
<img class="nscc" src="@/assets/logo/nscc-logo-copy.png" alt="">
......@@ -163,9 +163,10 @@ function logout() {
.nav-bar-content {
//width: 1280px;
width: calc(100% - 226px);
//width: calc(100% - 226px);
height: 90px;
margin: 0 auto;
height: 64px;
//height: 64px;
display: flex;
align-items: center;
}
......
......@@ -7,6 +7,7 @@ import locale from 'element-plus/es/locale/lang/zh-cn'
import '@/assets/font/index.scss'
import '@/assets/styles/index.scss' // global css
import '@/assets/styles/index-CMeKdScn.scss'
import App from './App'
import store from './store'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment