no message

Former-commit-id: 20811fed685887b2c85d5ff07a9126bf0b7a14d1
Former-commit-id: a486a8f02d810ea79637600083a0218d504a1135
Former-commit-id: 0c0f0271fa7d9ec23f30675cdc292c9febeeb746
Former-commit-id: 5afcec80315e6d12212154d9dabc523764d63dff
This commit is contained in:
liyang
2018-06-12 00:33:06 +08:00
parent e40186df63
commit 4ec60af5f1
8 changed files with 16 additions and 5 deletions

View File

@@ -32,6 +32,7 @@
.d2-container-full {
border: $theme-container-border-outer;
border-bottom: none;
background-color: $theme-container-background-color;
.d2-container-full__header {
border-bottom: $theme-container-border-inner;
}
@@ -42,6 +43,7 @@
// [组件] d2-container-card
.d2-container-card {
border: $theme-container-border-outer;
background-color: $theme-container-background-color;
.el-card__header {
border-bottom: $theme-container-border-inner;
}

View File

@@ -4,7 +4,8 @@ $theme-name: 'd2';
$theme-bg-color: $color-bg;
// 主题背景图片
// $theme-bg-image: '/static/image/bg/xxx.jpg';
// container组件的边框
// container组件
$theme-container-background-color: rgba(#FFF, 1);
$theme-container-border-inner: 1px solid $color-border-2;
$theme-container-border-outer: 1px solid $color-border-1;