.mk-proc-wrap {
|
position: relative;
|
padding: 65px 20px 0px;
|
|
.control-wrap {
|
display: flex;
|
|
.search-wrap {
|
width: 300px;
|
|
.ant-btn[disabled] {
|
background-color: #1890ff!important;
|
border-color: #1890ff!important;
|
color: #ffffff!important;
|
opacity: 0.5;
|
}
|
}
|
.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;
|
}
|
}
|
}
|