样式修改

master
liuyx 2 years ago
parent 8776fcafe9
commit 1fa4f9828b

@ -8,7 +8,7 @@
</el-icon> </el-icon>
</div> </div>
<!-- 面包屑 --> <!-- 面包屑 -->
<b>{{ $route.name }}</b> <h3>{{ $route.name }}</h3>
<div class="right-navbar"> <div class="right-navbar">
<!-- 全屏按钮 --> <!-- 全屏按钮 -->
<el-icon size="25px" class="screenfull" @click="toggleScreen"> <el-icon size="25px" class="screenfull" @click="toggleScreen">
@ -143,9 +143,10 @@ watch(
background-color: #eee; background-color: #eee;
padding: 5px; padding: 5px;
border-radius: 5px; border-radius: 5px;
transition: all 0.4s ease;
} }
.tabs-content-item-active { .tabs-content-item-active {
background-color: #579572; background-color: #626aef;
color: #eee; color: #eee;
} }
} }

@ -1,7 +1,7 @@
<template> <template>
<el-menu <el-menu
active-text-color="#25A77D" active-text-color="#626AEF"
background-color="#304156" background-color="#444444"
:default-active="$router.currentRoute.value.path" :default-active="$router.currentRoute.value.path"
text-color="#fff" text-color="#fff"
:unique-opened="true" :unique-opened="true"

@ -49,7 +49,7 @@ const isHide = computed(() => {
// //
.fade-enter-active, .fade-enter-active,
.fade-leave-active { .fade-leave-active {
transition: opacity 0.5s ease; transition: opacity 0.3s ease;
} }
.fade-enter-from, .fade-enter-from,
.fade-leave-to { .fade-leave-to {

Loading…
Cancel
Save