zb-admin-packages
Version:
内部G6封装,需要在Element安装使用后使用
291 lines (273 loc) • 6.77 kB
CSS
.container[data-v-086b7172] {
display: flex;
flex-direction: column;
flex: 1;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.container[data-v-086b7172] .head[data-v-086b7172] {
margin: 10px 0;
display: flex;
align-items: center;
user-select: none;
}
.container[data-v-086b7172] .head[data-v-086b7172] .title[data-v-086b7172] {
display: flex;
align-items: center;
flex: 1;
height: 100%;
margin-left: 60px;
font-weight: 500;
font-size: 20px;
color: #171718;
}
.container[data-v-086b7172] .line-1-px[data-v-086b7172] {
margin: 0 40px;
background-color: #e8e8e8;
height: 1px;
}
.container[data-v-086b7172] .save-area[data-v-086b7172] {
display: flex;
justify-content: center;
margin: 10px 0;
}
.container[data-v-086b7172] .waitUseRegion[data-v-086b7172] {
display: flex;
position: absolute;
top: 230px;
right: 40px;
}
.container[data-v-086b7172] .process-name[data-v-086b7172] {
display: block;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
max-width: 120px;
text-align: center;
color: #171718;
font-weight: 600;
}
.tooltip-wrapper[data-v-5e15fc28] {
background-color: red;
display: flex;
overflow: auto;
}
.tooltip[data-v-5e15fc28] {
position: absolute;
border: 1px solid #e4e7ed;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-sizing: border-box;
margin: 5px 0;
z-index: 1000;
display: none;
padding: 0 5px;
}
.row[data-v-5e15fc28] {
word-break: normal;
word-wrap: break-word;
overflow: hidden;
max-width: 500px;
}
.el-select-dropdown__list[data-v-5e15fc28] {
list-style: none;
padding: 6px 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.context-menu li[data-v-5e15fc28] {
cursor: pointer;
font-size: 12px;
height: 28px;
line-height: 28px;
}
.context-menu li[data-v-5e15fc28]:hover {
background-color: #f5f7fa;
}
.el-select-dropdown__item[data-v-5e15fc28] {
font-size: 14px;
padding: 0 20px;
position: relative;
min-width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #606266;
height: 34px;
line-height: 34px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.context-menu[data-v-6a1ac2fc] {
position: fixed;
border: 1px solid #e4e7ed;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-sizing: border-box;
margin: 5px 0;
z-index: 1000;
display: none;
}
.el-select-dropdown__list[data-v-6a1ac2fc] {
list-style: none;
padding: 6px 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.context-menu li[data-v-6a1ac2fc] {
cursor: pointer;
font-size: 12px;
height: 28px;
line-height: 28px;
}
.context-menu li[data-v-6a1ac2fc]:hover {
background-color: #f5f7fa;
}
.el-select-dropdown__item[data-v-6a1ac2fc] {
font-size: 14px;
padding: 0 20px;
position: relative;
min-width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #606266;
height: 34px;
line-height: 34px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.title-area[data-v-611ffcc4] {
font-weight: 600;
}
.tips-area[data-v-611ffcc4] {
margin-left: 20px;
font-size: 14px;
color: #666;
}
.formula-list[data-v-611ffcc4] {
padding-left: 8px;
border-bottom: 1px dashed #cccccc;
}
.formula-list[data-v-611ffcc4].formula-selected[data-v-611ffcc4] {
font-weight: 600;
font-size: 20px;
border: 1px solid #2574f1;
border-radius: 8px;
background-color: #f9f9f9;
}
.region[data-v-cc4a641c] {
user-select: none;
width: 340px;
display: flex;
flex-direction: column;
flex: 1;
max-height: 100%;
}
.region[data-v-cc4a641c] .head[data-v-cc4a641c] {
border-radius: 8px;
height: 40px;
display: flex;
align-content: center;
justify-content: center;
position: relative;
background-color: #e7ebf4;
}
.region[data-v-cc4a641c] .head[data-v-cc4a641c] .title[data-v-cc4a641c] {
font-size: 14px;
color: rgba(0, 0, 0, 0.8);
line-height: 40px;
font-weight: 500;
}
.region[data-v-cc4a641c] .head[data-v-cc4a641c] .collapse-expand[data-v-cc4a641c] {
cursor: pointer;
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
margin-left: 40px;
line-height: 40px;
position: absolute;
top: 0;
right: 10px;
}
.region[data-v-cc4a641c] .head[data-v-cc4a641c].expand-head[data-v-cc4a641c] {
border-radius: 8px 8px 0px 0px;
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] {
background-color: white;
border: 1px solid rgb(220, 222, 226);
padding: 8px;
flex: 1;
overflow-y: auto;
cursor: pointer;
display: none;
flex-direction: column;
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c] {
border: 1px solid rgba(0, 0, 0, 0.05);
/*text-align: center;*/
margin: 4px 0;
background: #fff;
border-radius: 4px;
font-size: 14px;
color: #6a7082;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
flex-shrink: 0;
padding: 6px 10px;
display: flex;
flex-direction: column;
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c][data-v-cc4a641c]:hover {
background: rgb(246, 246, 246);
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c][data-v-cc4a641c]:active {
background: rgb(222, 222, 222);
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c] .index-num[data-v-cc4a641c] {
flex-shrink: 0;
text-align: left;
width: 20px;
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c] .name[data-v-cc4a641c] {
flex-shrink: 0;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c] .formula-title[data-v-cc4a641c] {
margin-left: 20px;
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c] .option-wrapper[data-v-cc4a641c] {
/*margin-left: 4px;*/
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c] .condition-item[data-v-cc4a641c] .formula-data-text[data-v-cc4a641c] {
/*flex: 1;*/
/*background-color: red;*/
/*text-overflow: ellipsis;*/
}
.region[data-v-cc4a641c] .content[data-v-cc4a641c].expand-content[data-v-cc4a641c] {
display: flex;
}
.formula-content[data-v-57f1547a] {
display: flex;
flex-wrap: wrap;
align-items: center;
}
[data-v-57f1547a] .el-input-group__append {
padding: 0 8px;
}