23 Star 82 Fork 30

Gitee 极速下载/v-charts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ElemeFE/v-charts
克隆/下载
App.vue 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
xiguaxigua 提交于 2018-06-07 13:50 . build: 更新构建工具
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/v-charts.git
git@gitee.com:mirrors/v-charts.git
mirrors
v-charts
v-charts
master

搜索帮助