Authored by 毕凯

模板结构调整

... ... @@ -78,7 +78,7 @@
"utility": "^1.8.0"
},
"devDependencies": {
"ada": "^0.2.5",
"ada": "^0.2.6",
"iview": "^2.13.0",
"nodemon": "^1.11.0",
"vue": "^2.5.16",
... ...
const NotFound = { template: `
<div>
你来到了未知地带
Yoho Node.js 持续集成平台
</div>
` }
... ...
... ... @@ -54,12 +54,7 @@
</Submenu>
</Menu>
</Sider>
<Layout :style="{padding: '0 24px 24px'}">
<Breadcrumb :style="{margin: '24px 0'}">
<BreadcrumbItem>Home</BreadcrumbItem>
<BreadcrumbItem>Components</BreadcrumbItem>
<BreadcrumbItem>Layout</BreadcrumbItem>
</Breadcrumb>
<Layout :style="{padding: '24px'}">
<Content :style="{padding: '24px', background: '#fff'}">
<router-view></router-view>
</Content>
... ...