You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.title {
|
|
|
|
background: rgb(121, 242, 157);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
background: #f7f9fd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentWrapper {
|
|
|
|
background-color: #f7f9fd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-tree .ant-tree-node-content-wrapper:hover {
|
|
|
|
background-color: #e6f7ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-tree .ant-tree-node-content-wrapper:hover #drag-button-ops {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
}
|
|
|
|
|
|
|
|
#drag-button-ops {
|
|
|
|
display: none;
|
|
|
|
height: 16px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
margin-left: 100px;
|
|
|
|
.drag-button {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 10px;
|
|
|
|
color: #333;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drag-button:hover {
|
|
|
|
color: #22c8fb;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.drag-layout {
|
|
|
|
.drag-header {
|
|
|
|
background: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Times New Roman', Times, serif;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
.drag-footer {
|
|
|
|
background: #ffffff;
|
|
|
|
p {
|
|
|
|
background-color: #22c8fb;
|
|
|
|
}
|
|
|
|
.tips {
|
|
|
|
div {
|
|
|
|
font-size: 14px;
|
|
|
|
letter-spacing: 0.5px;
|
|
|
|
height: 25px;
|
|
|
|
line-height: 25px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.drag-showcanceled {
|
|
|
|
font-size: 18px;
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drag-content {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-drawer-body {
|
|
|
|
padding: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|