|
@@ -30,7 +30,7 @@
|
|
]"
|
|
]"
|
|
>
|
|
>
|
|
<template v-if="isPhone">
|
|
<template v-if="isPhone">
|
|
- <div style="text-align: center; color: black; padding: 10px 0">
|
|
|
|
|
|
+ <div style="text-align: right; color: black; padding: 10px">
|
|
<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']"
|
|
@@ -544,6 +544,9 @@ export default {
|
|
position: fixed;
|
|
position: fixed;
|
|
left: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
|
|
+ &-phone {
|
|
|
|
+ width: 50%;
|
|
|
|
+ }
|
|
&-unfold {
|
|
&-unfold {
|
|
width: 20px;
|
|
width: 20px;
|
|
height: 50px;
|
|
height: 50px;
|