220 lines
4.8 KiB
SCSS
220 lines
4.8 KiB
SCSS
.chart-right-box{
|
|
overflow-y: auto;
|
|
.el-tabs--border-card {
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
.el-tabs__nav{
|
|
width: 100%;
|
|
> div{
|
|
width: 25%;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
padding: 0!important;
|
|
}
|
|
}
|
|
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
|
|
color: $--color-white;
|
|
background: $--color-primary;
|
|
border: none;
|
|
}
|
|
}
|
|
.right-box__container{
|
|
.chart-config{
|
|
color: $--color-text-regular;
|
|
font-size: 14px;
|
|
.el-form {
|
|
padding-top: 0px;
|
|
.thresholds-from-item{
|
|
margin-bottom: 0 !important;
|
|
flex: 1;
|
|
}
|
|
.el-form-item__error {
|
|
padding-top: 0;
|
|
}
|
|
.el-input-number--small {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.metrics-input-box{
|
|
.input-box .el-textarea .el-textarea__inner {
|
|
width: calc(100% + 42px);
|
|
}
|
|
.metric-selector-input-box{
|
|
line-height: 32px;
|
|
.el-input__count{
|
|
right: -38px !important;
|
|
}
|
|
}
|
|
.el-col-24{
|
|
line-height: 32px;
|
|
}
|
|
.el-input--small{
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
.chart-system-top-box {
|
|
.el-form-item__content {
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
.chart-title-config {
|
|
border: 1px solid $--border-color-light;
|
|
border-radius: 2px;
|
|
display: flex;
|
|
padding: 0;
|
|
padding-left: 5px;
|
|
line-height: 30px;
|
|
justify-content: space-between;
|
|
margin-bottom: 10px;
|
|
box-sizing: border-box;
|
|
height: 32px;
|
|
.chart-title-content{
|
|
flex: 1;
|
|
display: flex;
|
|
height: 100%;
|
|
.el-input--small {
|
|
padding: 3px;
|
|
line-height: 24px;
|
|
input{
|
|
height: 26px;
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
}
|
|
.hide-input {
|
|
input{
|
|
border: none !important;
|
|
}
|
|
}
|
|
.nz-icon{
|
|
cursor: pointer;
|
|
}
|
|
.title-content-left{
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.nz-icon-copy {
|
|
padding: 0 4px;
|
|
color: $--color-primary;
|
|
background-color: $--background-color-copy;
|
|
border-radius: $--border-radius-small;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.chart-title .nz-icon-arrow-down{
|
|
display: inline-block;
|
|
transition: transform .3s;
|
|
}
|
|
.chart-title .nz-icon-arrow-down.is-active{
|
|
transform: rotate(
|
|
-90deg
|
|
);
|
|
}
|
|
.thresholds-item {
|
|
border-radius: 2px;
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
align-items: center;
|
|
justify-items: center;
|
|
.el-form-item__content{
|
|
display: flex;
|
|
line-height: 32px;
|
|
align-items: center;
|
|
justify-items: center;
|
|
width: 100%;
|
|
}
|
|
.el-input-number--small{
|
|
display: inline-block;
|
|
flex: 1;
|
|
align-items: center;
|
|
width: auto;
|
|
}
|
|
.del-thresholds-icon{
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
.mapping-display{
|
|
width: 100px;
|
|
font-size: 14px;
|
|
border: 1px solid $--border-color-light;
|
|
border-radius: 2px 0 0 2px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
padding-left: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
.thresholds-add{
|
|
border: 1px solid $--border-color-light;
|
|
border-radius: 2px;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
padding: 3px 10px;
|
|
}
|
|
.prev-mapping-box{
|
|
border: 1px solid $--border-color-light;
|
|
display: inline-block;
|
|
min-width: 18px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
border-radius: 5px;
|
|
margin-left: 120px;
|
|
padding: 0 3px;
|
|
text-align: center;
|
|
}
|
|
.element-item {
|
|
padding: 0;
|
|
border-bottom: none;
|
|
margin-bottom: 20px !important;
|
|
}
|
|
.vue-tags-input{
|
|
display: inline-block;
|
|
width: 100%;
|
|
.ti-input{
|
|
padding: 1px 3px;
|
|
}
|
|
}
|
|
.system-chart-config {
|
|
display: flex;
|
|
height: 206px;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.system-chart-config-left{
|
|
width: 40%;
|
|
height: 100%;
|
|
border: 1px solid $--border-color-light;
|
|
border-radius: 2px;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
ul{
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
.system-chart-item {
|
|
font-size: 14px;
|
|
padding: 3px 5px;
|
|
text-transform:capitalize
|
|
}
|
|
.system-chart-item:hover{
|
|
color: $--color-primary;
|
|
background: $--background-color-base !important;
|
|
}
|
|
.system-chart-item.is-select{
|
|
color: $--color-text-secondary;
|
|
}
|
|
}
|
|
.system-chart-config-right{
|
|
flex: 1;
|
|
margin-left: 10px;
|
|
height: 100%;
|
|
}
|
|
//.el-select__tags > span {
|
|
// display: flex;
|
|
// width: 100%;
|
|
// overflow-x: auto;
|
|
//}
|
|
}
|
|
}
|