no message

Former-commit-id: a8eedd7adb445496ea8c379c44d345177e48ba7e
Former-commit-id: ee9798c5c6e9aec53895e9c83f605ce5052321c2
Former-commit-id: 4b13e4bf2f99ca15163fdc85eae32c561d55d3bc
This commit is contained in:
liyang
2018-06-09 22:39:05 +08:00
parent 6740663337
commit 75d5500f22
46 changed files with 86 additions and 84 deletions

View File

@@ -28,12 +28,12 @@ $theme-container-full-border-color: #d8dfea;
.el-menu--horizontal .el-menu .el-submenu__title:hover {
@include theme-menu-hover-style;
}
// [组件] dd-container-full
.dd-container-full {
.dd-container-full__header {
// [组件] d2-container-full
.d2-container-full {
.d2-container-full__header {
border-bottom: 1px solid $theme-container-full-border-color;
}
.dd-container-full__footer {
.d2-container-full__footer {
border-top: 1px solid $theme-container-full-border-color;
}
}
@@ -80,7 +80,7 @@ $theme-container-full-border-color: #d8dfea;
}
}
// 顶栏右侧
.dd-header-right {
.d2-header-right {
.btn-text {
color: #FFF;
}