Commit 1ef5bc9d authored by 黄奎's avatar 黄奎

页面修改

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