Commit aca9c686 authored by Mac's avatar Mac
parents df42865c 1ef5bc9d
...@@ -137,8 +137,8 @@ ...@@ -137,8 +137,8 @@
v-if="secondNavs && secondNavs.length>0"> v-if="secondNavs && secondNavs.length>0">
<div class="full-width left-menu-box q-pt-md"> <div class="full-width left-menu-box q-pt-md">
<div class="is-show-menu-2" @click="changeLeft"> <div class="is-show-menu-2" @click="changeLeft">
<a v-if="!IsShowLeft"><<</a> <a v-if="!IsShowLeft" title="收起"><<</a>
<a v-else class="is_Show_menu_3">>></a> <a v-else class="is_Show_menu_3" title="展开">>></a>
</div> </div>
<q-list style="width:180px;overflow:hidden"> <q-list style="width:180px;overflow:hidden">
<template v-for="(x,i) in secondNavs"> <template v-for="(x,i) in secondNavs">
...@@ -301,14 +301,14 @@ ...@@ -301,14 +301,14 @@
border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;
padding: 2px 8px; padding: 2px 8px;
cursor: pointer; cursor: pointer;
width:30px; /* width:30px; */
right:-1px; right:-1px;
top:0px; top:0px;
z-index:999; z-index:999;
} }
.is_Show_menu_3{ .is_Show_menu_3{
position: absolute; position: absolute;
width: 30px; /* width: 30px; */
background: #fff; background: #fff;
color: #a1a4a9; color: #a1a4a9;
border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0;
......
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 to comment