.flow-setting-modal {
|
.ant-modal {
|
top: 50px;
|
padding-bottom: 5px;
|
.ant-modal-footer {
|
.ant-btn-danger:hover {
|
color: #ffffff!important;
|
}
|
}
|
.ant-modal-body {
|
max-height: calc(100vh - 190px);
|
min-height: 250px;
|
overflow-y: auto;
|
padding-top: 0px;
|
position: relative;
|
|
.flow-item {
|
display: inline-block;
|
width: calc(25% - 20px);
|
margin: 10px;
|
border: 1px solid #d8d8d8;
|
vertical-align: top;
|
cursor: pointer;
|
|
.header {
|
height: 50px;
|
padding: 5px;
|
word-break: break-word;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
-webkit-line-clamp: 2;
|
text-align: center;
|
}
|
.img {
|
height: 150px;
|
background-size: contain;
|
background-position: center;
|
background-repeat: no-repeat;
|
}
|
}
|
|
.flow-item.active {
|
border: 1px solid var(--mk-sys-color);
|
box-shadow: 0 0 2px var(--mk-sys-color);
|
}
|
|
.ant-spin {
|
position: absolute;
|
left: calc(50% - 22px);
|
top: 100px;
|
}
|
.ant-empty {
|
margin-top: 30px;
|
}
|
|
.component-title {
|
font-size: 16px;
|
display: inline-block;
|
margin: 20px 0px 10px 0px;
|
padding: 0 10px;
|
border-bottom: 2px solid #1890ff;
|
}
|
}
|
.ant-modal-body::-webkit-scrollbar {
|
width: 7px;
|
}
|
.ant-modal-body::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
|
background: rgba(0, 0, 0, 0.13);
|
}
|
.ant-modal-body::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
}
|
}
|