.tree-page-board {
|
position: fixed;
|
z-index: 1070;
|
padding-top: 48px;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
background: rgba(0, 0, 0, 0.35);
|
display: flex;
|
.tools {
|
flex: 1;
|
background: #ffffff;
|
border-right: 1px solid #d9d9d9;
|
height: 100%;
|
overflow-y: hidden;
|
padding-bottom: 30px;
|
.ant-collapse-item {
|
position: relative;
|
border: 0;
|
}
|
.ant-input-search {
|
margin-top: 10px;
|
}
|
.ant-collapse-item.ant-collapse-item-active {
|
border-bottom: 1px solid #d9d9d9;
|
}
|
.ant-collapse .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;
|
.ant-form-item-label {
|
text-align: left;
|
height: 25px;
|
line-height: 25px;
|
}
|
}
|
}
|
.search-element {
|
padding-top: 10px;
|
li {
|
padding: 0px 16px 10px;
|
div {
|
cursor: move;
|
}
|
}
|
}
|
|
.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;
|
}
|
.bottom-mask {
|
position: absolute;
|
width: 100%;
|
height: 8px;
|
bottom: 0;
|
left: 0;
|
background: #ffffff;
|
border-radius: 8px;
|
}
|
}
|
}
|
.anticon-question-circle {
|
color: #c49f47;
|
margin-right: 3px;
|
}
|
.config-button {
|
min-width: 65px;
|
}
|
}
|
.tools {
|
overflow-y: auto;
|
}
|
.tools::-webkit-scrollbar {
|
width: 4px;
|
}
|
.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);
|
}
|
.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);
|
}
|
.setting {
|
position: relative;
|
width: calc(100vw - 235px);
|
height: 100%;
|
background: #ffffff;
|
.ant-switch.big {
|
min-width: 60px;
|
height: 28px;
|
line-height: 28px;
|
margin-top: -2px;
|
.ant-switch-inner {
|
font-size: 14px;
|
}
|
}
|
.ant-switch.big::after {
|
width: 24px;
|
height: 24px;
|
}
|
.ant-card-head {
|
min-height: 44px;
|
}
|
.ant-card-head-title {
|
padding: 5px 0;
|
color: #1890ff;
|
}
|
.ant-card-extra {
|
padding: 5px 0;
|
button {
|
margin-left: 20px;
|
}
|
}
|
.ant-card-body {
|
position: relative;
|
padding: 10px 10px 40px;
|
|
.tree-card {
|
min-height: calc(100vh - 125px);
|
box-shadow: 0px 0px 2px #dddddd;
|
.ant-card-head {
|
padding: 0 10px;
|
.ant-card-head-title {
|
padding: 15px 0 10px;
|
.tree-title {
|
display: inline-block;
|
width: 100%;
|
color: #1890ff;
|
.ant-input-affix-wrapper {
|
width: calc(100% - 140px);
|
max-width: 130px;
|
margin-top: 0px;
|
float: right;
|
height: 28px;
|
border-radius: 20px;
|
border: 1px solid #d9d9d9;
|
opacity: 0.6;
|
}
|
.title {
|
display: inline-block;
|
max-width: 50%;
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
}
|
}
|
}
|
}
|
>.ant-card-body {
|
padding: 0px;
|
.ant-menu-inline {
|
border-right: 0;
|
margin-top: 2px;
|
}
|
|
.tree-box {
|
min-height: calc(100vh - 180px);
|
overflow-x: auto;
|
}
|
.tree-box::-webkit-scrollbar {
|
height: 10px;
|
}
|
.tree-box::-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);
|
}
|
.tree-box::-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);
|
}
|
.ant-tree-node-selected
|
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
|
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
|
right: 0px;
|
}
|
}
|
}
|
|
.model-table-tab-list .tab-line-list {
|
padding-top: 0px;
|
> .anticon-question-circle {
|
top: 10px;
|
}
|
> .anticon-plus {
|
top: 15px;
|
}
|
> .ant-row .ant-tabs-tab .edit {
|
top: 10px;
|
}
|
.anticon-arrow-down, .anticon-arrow-up, .anticon-delete {
|
top: 15px;
|
}
|
}
|
.model-tree-menu-setting > .anticon-setting {
|
font-size: 16px;
|
right: 0px;
|
top: -9px;
|
}
|
}
|
}
|
.setting {
|
overflow-y: scroll;
|
}
|
.setting::-webkit-scrollbar {
|
width: 7px;
|
}
|
.setting::-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);
|
display: none;
|
}
|
.setting::-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);
|
}
|
.setting:hover::-webkit-scrollbar-thumb {
|
display: block;
|
}
|
.ant-spin {
|
position: absolute;
|
margin-left: calc(50vw - 22px);
|
margin-top: 30vh;
|
}
|
}
|