NEZ-1072 feat: 主题切换
This commit is contained in:
@@ -0,0 +1,167 @@
|
||||
.el-row:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.el-col {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.bg-purple {
|
||||
background: $--background-color-empty;
|
||||
}
|
||||
.grid-content {
|
||||
border-radius: 4px;
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
.common-float-left {
|
||||
float: left;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.el-inner {
|
||||
width: 200px;
|
||||
border-top-width: 0px;
|
||||
border-left-width: 0px;
|
||||
border-right-width: 0px;
|
||||
border-bottom-width: 10px;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
.element-bottom-border {
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #dfe7f2;
|
||||
margin-top: 15px;
|
||||
}
|
||||
/*metric样式--begin*/
|
||||
.element-item {
|
||||
|
||||
&:first-of-type {
|
||||
padding-top: 0;
|
||||
.nz-icon-minus-position {
|
||||
padding-top: 4px;
|
||||
}
|
||||
}
|
||||
padding: 20px 0;
|
||||
width: 100%;
|
||||
border-bottom: 1px dashed $--border-color-base;
|
||||
/deep/ .nz-icon-minus {
|
||||
padding: 0 4px;
|
||||
}
|
||||
}
|
||||
.element-item__padding.element-item {
|
||||
padding: 0;
|
||||
}
|
||||
.nz-icon-minus-position {
|
||||
padding: 24px 0 24px 0;
|
||||
}
|
||||
.right-box-form .element-item.form-row-item{
|
||||
width: calc(100% - 60px);
|
||||
padding: 10px 10px 5px 0;
|
||||
}
|
||||
.legend-title{
|
||||
width: 108px;
|
||||
margin-right: 10px;
|
||||
text-align: left;
|
||||
padding-left:10px;
|
||||
height: 32px;
|
||||
border-radius: $--border-radius-small;
|
||||
line-height: 32px;
|
||||
background: $--border-color-light;
|
||||
color: $--color-text-regular;
|
||||
}
|
||||
/*metric样式--end*/
|
||||
.label-center{
|
||||
vertical-align: middle;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.z-top {
|
||||
/*z-index: 2900;*/
|
||||
}
|
||||
.save-chart-box{
|
||||
z-index: 2900;
|
||||
}
|
||||
.mc{
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
/deep/ .el-color-picker{
|
||||
position: absolute;
|
||||
}
|
||||
.range /deep/ .el-color-picker{
|
||||
left: -17px;
|
||||
}
|
||||
.color-content{
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: -280px;
|
||||
left: 280px;
|
||||
}
|
||||
.color-tab{
|
||||
position: absolute;
|
||||
top: -268px;
|
||||
left: 144px;
|
||||
height: 28px;
|
||||
border-radius: 5px 5px 0 0;
|
||||
width: 312px;
|
||||
border: 1px solid $--border-color-light;
|
||||
border-bottom: none;
|
||||
background-color: $--background-color-empty;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
||||
}
|
||||
.color-tab div{
|
||||
text-align: center;
|
||||
flex: 1;
|
||||
color: $--color-text-secondary;
|
||||
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
||||
background: #E4E7ED;
|
||||
cursor: pointer;
|
||||
}
|
||||
.color-tab div:first-child{
|
||||
border-right-color: $--border-color-base;
|
||||
}
|
||||
.color-tab div:hover{
|
||||
color: #409EFF;
|
||||
}
|
||||
.color-tab .color-active{
|
||||
color: #409EFF;
|
||||
background-color: $--background-color-empty;
|
||||
}
|
||||
.color{
|
||||
position: relative;
|
||||
}
|
||||
.color-show{
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
.topology-box{
|
||||
width: 100%;
|
||||
height: 242px;
|
||||
border: 1px solid $--border-color-light;
|
||||
border-radius: 2px;
|
||||
position: relative;
|
||||
}
|
||||
.topology-dialog{
|
||||
position: fixed !important;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 11;
|
||||
}
|
||||
.topology-mc{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
Reference in New Issue
Block a user