no message

Former-commit-id: 5e50d6b200ff2da546a94c7261335d163877685d
Former-commit-id: 72b2a0609e3cc724fe20b706ca42bf0930b33fd9
Former-commit-id: 359c3c40ba7e34c90c2b8293482ebe73fdb9fd56
This commit is contained in:
liyang
2018-06-11 10:41:42 +08:00
parent 3bcd8c51e4
commit 444214d448
4 changed files with 68 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="container-component" :class="{responsive}">
<!-- [card] 卡片容器 -->
<el-card v-if="type === 'card'" class="d2-mr d2-mb">
<el-card v-if="type === 'card'" class="d2-container-card d2-mr d2-mb">
<slot v-if="$slots.header" name="header" slot="header"/>
<slot/>
</el-card>

View File

@@ -1,5 +1,5 @@
<template>
<el-container class="layout-main theme">
<el-container class="layout-main">
<!-- 顶栏 -->
<el-header>
<div class="logo-group" :style="{width: collapse ? asideWidthCollapse : asideWidth}">