|
@@ -4,7 +4,7 @@
|
|
|
v-model:collapsed="menuSecondLongShow">
|
|
|
<div class="logo-layout">
|
|
|
<div class="logo">
|
|
|
- <img src="@/assets/images/logo.png" style="height: 26px; width: 26px;" />
|
|
|
+ <img src="@/assets/images/logo.jpg" style="height: 26px; width: 26px;" />
|
|
|
<h3 v-if="!menuSecondLongShow" style="margin-left: 10px;"> Easy life</h3>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -199,6 +199,7 @@ watch(
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+ background: #0f2d5c;
|
|
|
|
|
|
.logo {
|
|
|
width: 100%;
|
|
@@ -220,15 +221,16 @@ watch(
|
|
|
}
|
|
|
|
|
|
:deep(.arco-menu-light) {
|
|
|
- background-color: @bg_color_3;
|
|
|
+ background-color: #0f2d5c;
|
|
|
|
|
|
.arco-menu-item {
|
|
|
- background-color: @bg_color_3;
|
|
|
+ color: #fff;
|
|
|
+ background: #0f2d5c;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
:deep(.arco-layout-sider-light) {
|
|
|
- background-color: @bg_color_3;
|
|
|
+ background-color: #0f2d5c;
|
|
|
}
|
|
|
|
|
|
:deep(.arco-menu-inline-header) {
|