no message

Former-commit-id: eb3c3dd8dfec3bd9a88a114af3db44847f1d8643
Former-commit-id: 541fb1af65045b53a5683f99f1ee88f1f3ababb9
Former-commit-id: 6f819bc1ba1fc2836bf2e663bc2e017561915a09
Former-commit-id: b8b9b3b39bf13a8084237eca938127023b363c6e
This commit is contained in:
liyang
2018-06-12 00:45:40 +08:00
parent 4ec60af5f1
commit e171fbfca5
7 changed files with 16 additions and 1 deletions

View File

@@ -35,9 +35,11 @@
background-color: $theme-container-background-color;
.d2-container-full__header {
border-bottom: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
.d2-container-full__footer {
border-top: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
}
// [组件] d2-container-card
@@ -46,6 +48,7 @@
background-color: $theme-container-background-color;
.el-card__header {
border-bottom: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
}

View File

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

View File

@@ -35,9 +35,11 @@
background-color: $theme-container-background-color;
.d2-container-full__header {
border-bottom: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
.d2-container-full__footer {
border-top: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
}
// [组件] d2-container-card
@@ -46,6 +48,7 @@
background-color: $theme-container-background-color;
.el-card__header {
border-bottom: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
}

View File

@@ -4,8 +4,10 @@ $theme-name: 'line';
$theme-bg-color: $color-bg;
// 主题背景图片
$theme-bg-image: '/static/image/bg/line-squashed.jpg';
// container组件
$theme-container-background-color: rgba(#FFF, .8);
$theme-container-header-footer-background-color: rgba(#FFF, .6);
$theme-container-border-inner: 1px solid $color-border-2;
$theme-container-border-outer: 1px solid $color-border-1;

View File

@@ -35,9 +35,11 @@
background-color: $theme-container-background-color;
.d2-container-full__header {
border-bottom: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
.d2-container-full__footer {
border-top: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
}
// [组件] d2-container-card
@@ -46,6 +48,7 @@
background-color: $theme-container-background-color;
.el-card__header {
border-bottom: $theme-container-border-inner;
background-color: $theme-container-header-footer-background-color;
}
}

View File

@@ -4,8 +4,10 @@ $theme-name: 'star';
$theme-bg-color: #EFF4F8;
// 主题背景图片
$theme-bg-image: '/static/image/bg/star-squashed.jpg';
// container组件
$theme-container-background-color: rgba(#FFF, .9);
$theme-container-header-footer-background-color: rgba(#FFF, .6);
$theme-container-border-inner: 1px solid #8fb0b1;
$theme-container-border-outer: none;

View File

@@ -38,6 +38,6 @@
.icon-title {
font-size: 12px;
margin-top: 10px;
color: $color-text-placehoder;
color: $color-text-normal;
}
</style>