代码拉取完成,页面将自动刷新
<template>
<div id="app">
<div class="main-container">
<div class="left-section">
<sidebar></sidebar>
</div>
<div class="right-section">
<router-view></router-view>
</div>
</div>
</div>
</template>
<script>
import Sidebar from './components/sidebar'
export default {
name: 'App',
created () {
},
components: {
Sidebar
}
}
</script>
<style lang="less">
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
height: 100%;
.top-container {
height: 60px;
border-bottom: 1px solid #ccc;
}
.multi-tip {
color: #ccc;
}
.multi-title {
color: #888;
}
.main-container {
flex: 1;
display: flex;
.left-section {
width: 150px;
height: 100%;
overflow: auto;
background-color: #f8f8f8;
border-right: 1px solid #f2f2f2;
}
.right-section {
flex: 1;
overflow: auto;
padding: 20px;
font-size: 14px;
p {
line-height: 22px;
}
}
}
}
button {
display: inline-block;
box-sizing: border-box;
padding: 6px 10px;
margin: 0;
color: #fff;
font-size: 12px;
font-weight: 500;
line-height: 1;
text-align: center;
white-space: nowrap;
background-color: #409eff;
border: 1px solid #dcdfe6;
border-radius: 4px;
outline: none;
cursor: pointer;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。