我叫MT 1 vuosi sitten
vanhempi
commit
595094ae56
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. +2
    -1
      src/components/header.vue
  2. +2
    -2
      src/layouts/index.vue

+ 2
- 1
src/components/header.vue Näytä tiedosto

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

+ 2
- 2
src/layouts/index.vue Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna