소스 검색

edit css

master
chutingting 1 년 전
부모
커밋
a23122ed0e
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -1
      src/components/header.vue
  2. +2
    -2
      src/layouts/index.vue

+ 2
- 1
src/components/header.vue 파일 보기

@@ -37,6 +37,7 @@ export default {
border-bottom: none !important;
width: 70%;
display: inline-block;
margin-top: 6px;
}
.el-menu-item {
margin-right: 3%;
@@ -47,6 +48,6 @@ export default {
}
.is-active {
color: #fff !important;
border-bottom: 5px solid #00ebc3 !important;
border-bottom: 4px solid #00ebc3 !important;
}
</style>

+ 2
- 2
src/layouts/index.vue 파일 보기

@@ -53,7 +53,7 @@ export default {
image-rendering: pixelated;
margin-right: 70px;
float: left;
margin-top: 10px;
margin-top: 14px;
}
.login {
background: none !important;
@@ -62,7 +62,7 @@ export default {
border-radius: 4px;
color: #fff;
float: right;
margin-top: 16px;
margin-top: 20px;
}
}
.el-main {


불러오는 중...
취소
저장