style: panel 背景色调整
This commit is contained in:
@@ -20,7 +20,18 @@
|
||||
box-sizing: border-box;
|
||||
background-color: $--background-color-base;
|
||||
&>div {
|
||||
background-color: $--chart-box-background-color;
|
||||
&>.table-list-box {
|
||||
background-color: $--chart-box-background-color;
|
||||
}
|
||||
.vue-grid-item {
|
||||
background-color: $--chart-background-color-base
|
||||
}
|
||||
}
|
||||
.panel-top-tools {
|
||||
background-color: $--background-color-empty;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.nz-table-list>div{
|
||||
height: 100%;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
background: $--background-color-empty;
|
||||
background: $--chart-box-background-color;
|
||||
padding-left: 10px;
|
||||
margin-top: -5px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -6,6 +6,9 @@ $--color-primary: #FA901C;
|
||||
/* 2.背景色 */
|
||||
// 空白背景色
|
||||
$--background-color-empty: #222329;
|
||||
|
||||
$--chart-box-background-color: #111217;
|
||||
$--chart-background-color-base: #18171D;
|
||||
// 基础背景色(覆盖element-ui内置变量)
|
||||
$--background-color-base: #18171D;
|
||||
// 背景色1
|
||||
|
||||
@@ -6,6 +6,9 @@ $--color-primary: #FA901C;
|
||||
/* 2.背景色 */
|
||||
// 空白背景色
|
||||
$--background-color-empty: #fffffe;
|
||||
|
||||
$--chart-box-background-color: #f4f5f5;
|
||||
$--chart-background-color-base: #ffffff;
|
||||
// 基础背景色(覆盖element-ui内置变量)
|
||||
$--background-color-base: #F6F6F6;
|
||||
// 背景色1
|
||||
|
||||
Reference in New Issue
Block a user