2020-03-30 20:42:00 +08:00

91 lines
1.6 KiB
SCSS

.variable-dialog-body {
width: 730px;
height: 450px;
.dialog-small-title {
font-weight: 700;
margin-bottom: 8px;
color: rgb(0, 0, 0);
}
.dialog-left-container {
float: left;
.dialog-left-context {
width: 200px;
height: 392px;
border: 1px solid rgba(31, 56, 88, 0.3);
border-radius: 3px;
.variable-type-container {
width: 200px;
height: 390px;
float: left;
}
.select-item {
font-size: 12px;
height: 28px;
line-height: 28px;
padding: 0 30px 0 12px;
cursor: pointer;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select-item-active {
background: rgba(128, 128, 128, 0.15);
}
.event-select-container {
width: 156px;
float: left;
.event-search-box {
width: 135px;
margin: 10px;
}
}
.event-list {
overflow-y: auto;
overflow-x: hidden;
height: 342px;
}
.variable-list{
font-size: 13px;
.variable-item{
padding-left: 30px;
cursor: pointer;
height: 30px;
line-height: 30px;
}
.variable-item:hover{
background-color: rgba(31, 56, 88, 0.06);
}
}
}
}
.dialog-right-container {
width: 530px;
padding-left: 20px;
float: left;
.event-input-container {
margin-bottom: 20px;
}
}
}
.variable-bind-dialog-bottom{
.bottom-left-container{
float: left;
}
}