|
@@ -30,7 +30,9 @@
|
|
]"
|
|
]"
|
|
>
|
|
>
|
|
<template v-if="isPhone">
|
|
<template v-if="isPhone">
|
|
- <div style="text-align: right; color: black; padding: 10px">
|
|
|
|
|
|
+ <div
|
|
|
|
+ style="text-align: right; color: black; padding: 10px 10px 10px 0"
|
|
|
|
+ >
|
|
<i
|
|
<i
|
|
@click="toggleMenu"
|
|
@click="toggleMenu"
|
|
:class="[showMenu ? 'el-icon-s-fold' : 'el-icon-s-unfold']"
|
|
:class="[showMenu ? 'el-icon-s-fold' : 'el-icon-s-unfold']"
|
|
@@ -546,12 +548,14 @@ export default {
|
|
z-index: 2;
|
|
z-index: 2;
|
|
&-phone {
|
|
&-phone {
|
|
width: 50%;
|
|
width: 50%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
&-unfold {
|
|
&-unfold {
|
|
width: 20px;
|
|
width: 20px;
|
|
height: 50px;
|
|
height: 50px;
|
|
border: none;
|
|
border: none;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
+ background: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.content-tree-full {
|
|
.content-tree-full {
|