format
This commit is contained in:
parent
4c48c52f71
commit
1d6cdb522a
|
@ -4,10 +4,10 @@
|
|||
min-height: 100%;
|
||||
transition: margin-left .28s;
|
||||
margin-left: 180px;
|
||||
} // 侧边栏
|
||||
}
|
||||
// 侧边栏
|
||||
.sidebar-container {
|
||||
transition: width .28s;
|
||||
// background: red;
|
||||
width: 180px !important;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
|
@ -71,4 +71,3 @@
|
|||
min-width: 180px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
</scroll-bar>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
import { mapGetters } from 'vuex'
|
||||
import SidebarItem from './SidebarItem'
|
||||
|
|
Loading…
Reference in New Issue