Commit 1d66db05 authored by xiexingan's avatar xiexingan

提交

parent 71e1ec1a
......@@ -645,23 +645,8 @@ export default {
}
}
// -----------
.d2-layout-header-aside-group
.d2-layout-header-aside-content
.d2-theme-container
.d2-theme-container-main
.d2-theme-container-main-body
.container-component
.d2-container-full
.d2-container-full__body {
margin-bottom: 50px;
}
//-- 公共样式--//
// page页背景色
.d2-container-full__body {
background-color: #b9c9e3 !important;
}
// 弹出框
.el-dialog__title {
......@@ -721,48 +706,6 @@ export default {
transform: translateY(-12px);
}
// 二级菜单
.monitor_menu {
.menu_item {
width: 120px;
height: 46px;
line-height: 46px;
text-align: center;
color: #ccc;
box-shadow: 0px 0 2px #000 !important;
background-image: linear-gradient(to top, #335274, #4d759a) !important;
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3) !important;
}
.is-active {
color: #fff !important;
background: linear-gradient(
0deg,
rgba(33, 172, 252, 1),
rgba(48, 136, 193, 1)
) !important;
}
ul {
a:nth-child(1) {
li {
border-radius: 9px 0 0 9px !important;
}
}
a:last-child {
li {
border-radius: 0 9px 9px 0 !important;
}
}
}
}
.el-table .cell {
/*display: flex;*/
/*justify-content: center;*/
}
//-- 公共样式--//
.my_checkbox {
.el-checkbox__input.is-checked + .el-checkbox__label {
......
......@@ -86,15 +86,20 @@
padding: 0px;
position: relative;
overflow: hidden;
.d2-theme-container-main-layer {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background: #E6EAEE;
}
.d2-theme-container-main-body {
position: relative;
margin: 24px 24px 85px;
}
}
}
......
......@@ -13,6 +13,7 @@
// 背景图片和遮罩
.d2-layout-header-aside-group {
background-color: $theme-bg-color;
background-color: #fff;
.d2-layout-header-aside-mask {
background: $theme-bg-mask;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment