Commit 3f48494d authored by zhengke's avatar zhengke

修改样式

parent b755b99c
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
<style> <style>
@import url('~assets/css/font.css'); @import url('~assets/css/font.css');
@import url('//at.alicdn.com/t/font_2077629_gk7d14j7mzd.css'); @import url('//at.alicdn.com/t/font_2077629_zyhpf6yzaab.css');
html, html,
body, body,
......
...@@ -38,8 +38,10 @@ ...@@ -38,8 +38,10 @@
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" title="收起"><<</a> <!-- <a v-if="!IsShowLeft" title="收起"><<</a> -->
<a v-else class="is_Show_menu_3" title="展开">>></a> <i v-if="!IsShowLeft" class="iconfont icon-shouqi" title="收起"></i>
<i v-else class="iconfont icon-zhankai is_Show_menu_3" title="展开"></i>
<!-- <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">
...@@ -206,25 +208,19 @@ ...@@ -206,25 +208,19 @@
.is-show-menu-2 { .is-show-menu-2 {
position: absolute; position: absolute;
background: #f3f3f3;
color: #a1a4a9; color: #a1a4a9;
border-radius: 10px 0 0 10px;
padding: 2px 8px;
cursor: pointer; cursor: pointer;
/* width:30px; */ right:75px;
right:-1px; bottom:7px;
top:0px;
z-index:999; z-index:999;
} }
.is-show-menu-2 i{
font-size:30px;
}
.is_Show_menu_3{ .is_Show_menu_3{
position: absolute; position: absolute;
/* width: 30px; */ left: 75px;
background: #fff; bottom:7px;
color: #a1a4a9;
border-radius: 0 10px 10px 0;
padding: 2px 8px;
right: -30px;
top: 0;
cursor: pointer; cursor: pointer;
z-index: 10; z-index: 10;
} }
...@@ -271,8 +267,8 @@ ...@@ -271,8 +267,8 @@
.left-menu-box { .left-menu-box {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
max-height: 100%; max-height: calc(100% - 50px);
height: 100%; height: calc(100% - 50px);
background-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.3);
} }
......
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