.mk-proc-wrap {
|
position: relative;
|
padding: 65px 20px 0px;
|
display: flex;
|
|
.searh-list {
|
width: 0px;
|
margin-right: 15px;
|
overflow: hidden;
|
transition: width 0.2s;
|
|
.ant-input-search {
|
width: 300px;
|
}
|
.proc-list {
|
width: 300px;
|
height: calc(100vh - 128px);
|
overflow-y: auto;
|
overflow-x: hidden;
|
margin-top: 10px;
|
border: 1px solid #e8e8e8;
|
|
.proc-item {
|
padding: 5px;
|
margin: 5px;
|
word-break: break-all;
|
cursor: pointer;
|
}
|
.ant-empty {
|
margin-top: 50px;
|
}
|
}
|
.proc-list::-webkit-scrollbar {
|
width: 7px;
|
height: 7px;
|
}
|
.proc-list::-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);
|
}
|
.proc-list::-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);
|
}
|
}
|
.searh-list.open {
|
width: 300px;
|
}
|
.proc-wrap {
|
flex: 1;
|
}
|
.control-wrap {
|
display: flex;
|
|
.search-wrap {
|
width: 360px;
|
display: flex;
|
|
.ant-btn[disabled] {
|
background-color: #1890ff!important;
|
border-color: #1890ff!important;
|
color: #ffffff!important;
|
opacity: 0.5;
|
}
|
.ant-input {
|
border-radius: 0;
|
}
|
>.anticon {
|
line-height: 30px;
|
width: 35px;
|
border: 1px solid #e8e8e8;
|
cursor: pointer;
|
border-top-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
}
|
}
|
.action-wrap {
|
text-align: right;
|
flex: 1;
|
|
.ant-btn {
|
margin-left: 20px;
|
}
|
|
.ant-btn[disabled] {
|
background-color: #1890ff!important;
|
border-color: #1890ff!important;
|
color: #ffffff!important;
|
opacity: 0.5;
|
}
|
}
|
}
|
|
.edit-wrap {
|
margin-top: 10px;
|
.CodeMirror {
|
height: calc(100vh - 130px);
|
}
|
.anticon-fullscreen {
|
display: none;
|
}
|
.anticon-format-painter {
|
top: 10px;
|
}
|
.CodeMirror-gutters {
|
background-color: #ffffff;
|
}
|
}
|
}
|
|
.mk-create-func {
|
.ant-modal-body {
|
min-height: 180px;
|
}
|
.ant-form-item {
|
display: flex;
|
.ant-form-item-control-wrapper {
|
flex: 1;
|
}
|
}
|
}
|