body {
|
overflow-x: hidden;
|
}
|
.mk-pc-view {
|
background: #000;
|
min-height: 100vh;
|
|
>.view-spin {
|
position: absolute;
|
z-index: 3;
|
left: calc(50% - 16px);
|
top: calc(50vh - 70px);
|
}
|
.modal-form-board {
|
padding-top: 0;
|
}
|
.menu-setting {
|
position: fixed;
|
left: 0;
|
top: 0px;
|
z-index: 10;
|
transition: left 0.3s;
|
|
.draw {
|
position: absolute;
|
z-index: 1;
|
background: #ffffff;
|
right: -20px;
|
top: 0px;
|
box-shadow: 0 0 1px #959595;
|
border-radius: 0 2px 2px 0px;
|
|
.anticon {
|
padding: 12px 3px;
|
}
|
}
|
|
.pc-setting-tools {
|
height: 100vh;
|
width: 300px;
|
background: #ffffff;
|
box-shadow: 0px 2px 5px #bcbcbc;
|
overflow-y: auto;
|
overflow-x: hidden;
|
padding-bottom: 50px;
|
|
> .ant-collapse {
|
background-color: #ffffff;
|
.ant-collapse-item.ant-collapse-item-active {
|
border-bottom: 1px solid #d9d9d9;
|
}
|
.ant-collapse-header {
|
padding: 11px 16px 10px 40px;
|
border-bottom: 1px solid #d9d9d9;
|
background: #1890ff;
|
color: #ffffff;
|
}
|
.ant-collapse-content-box {
|
.ant-form-item {
|
margin-bottom: 10px;
|
}
|
.model-table-tablemanage-view {
|
>.ant-list {
|
margin-top: 20px;
|
.ant-list-item {
|
display: -webkit-box;
|
padding-right: 20px;
|
position: relative;
|
padding-left: 5px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
min-height: 55px;
|
width: 100%;
|
.anticon {
|
position: absolute;
|
top: 0px;
|
right: 0px;
|
padding: 3px 3px 10px 10px;
|
cursor: pointer;
|
}
|
}
|
}
|
>.tables {
|
width: 66.66666667%!important;
|
}
|
>.ant-form-item-label {
|
width: 33.33333333%;
|
}
|
}
|
}
|
}
|
|
>.ant-tabs {
|
>.ant-tabs-bar {
|
border-bottom: 1px solid #181F29;
|
margin-bottom: 0px;
|
min-height: 48px;
|
.ant-tabs-tab {
|
padding: 14px 16px;
|
color: rgba(255, 255, 255, 0.85);
|
}
|
.ant-tabs-tab-active.ant-tabs-tab {
|
color: #1890ff;
|
}
|
}
|
}
|
}
|
.pc-setting-tools::-webkit-scrollbar {
|
width: 4px;
|
}
|
.pc-setting-tools::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
}
|
.pc-setting-tools::-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);
|
}
|
}
|
.menu-setting.hidden {
|
left: -300px;
|
}
|
|
.menu-control {
|
position: fixed;
|
right: 0;
|
top: 0px;
|
height: 100vh;
|
background: #ffffff;
|
z-index: 10;
|
transition: right 0.3s;
|
box-shadow: 0px 0px 5px #bcbcbc;
|
|
.draw {
|
position: absolute;
|
z-index: 1;
|
background: #ffffff;
|
left: -21px;
|
top: 0px;
|
box-shadow: 0 0 1px #959595;
|
border-radius: 0 2px 2px 0px;
|
|
.anticon {
|
padding: 12px 3px;
|
}
|
}
|
div:not(.draw), button:not(.ant-switch) {
|
display: block!important;
|
margin-bottom: 15px;
|
width: 100%;
|
}
|
.ant-switch.big {
|
min-width: 60px;
|
height: 24px;
|
line-height: 24px;
|
margin-bottom: 15px;
|
.ant-switch-inner {
|
font-size: 14px;
|
}
|
}
|
.ant-switch.big:after {
|
width: 22px;
|
height: 22px;
|
}
|
.wrap {
|
height: 100%;
|
padding: 20px 10px;
|
overflow-y: auto;
|
}
|
.wrap::-webkit-scrollbar {
|
width: 2px;
|
}
|
.wrap::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
}
|
.wrap::-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);
|
}
|
}
|
.menu-control.hidden {
|
right: -145px;
|
}
|
|
.menu-body {
|
width: 100vw;
|
height: 100vh;
|
overflow-x: hidden;
|
position: relative;
|
background: #ffffff;
|
padding: 0px;
|
overflow-y: auto;
|
.menu-shell-inner {
|
min-height: 100vh;
|
margin: 0 auto;
|
}
|
}
|
.menu-body.saving, .menu-view.saving {
|
.anticon-tool {
|
display: none;
|
}
|
}
|
.menu-body::-webkit-scrollbar {
|
width: 7px;
|
}
|
.menu-body::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
}
|
.menu-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);
|
}
|
}
|
|
body {
|
overflow-y: hidden;
|
}
|