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.
org-chart-frant/src/pages/index.less

39 lines
595 B
Plaintext

.title {
background: rgb(121, 242, 157);
}
.wrapper {
2 years ago
background: #f7f9fd;
}
.contentWrapper {
2 years ago
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;
}
#drag-button-ops {
display: none;
width: 500px;
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;
}
}