org-chart-frant/src/pages/index.less

120 lines
1.9 KiB
Plaintext
Raw Normal View History

2023-08-04 17:32:36 +08:00
#root {
min-height: 100vh;
}
2022-07-12 17:10:03 +08:00
.title {
background: rgb(121, 242, 157);
}
.wrapper {
2023-07-07 16:37:05 +08:00
background: #f7f9fd;
2022-07-12 17:10:03 +08:00
}
.contentWrapper {
2023-07-07 16:37:05 +08:00
background-color: #f7f9fd;
}
2023-07-27 15:54:54 +08:00
.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;
}
2023-08-01 10:40:41 +08:00
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
color: rgba(0, 0, 0, 0.85);
}
2023-07-27 15:54:54 +08:00
#drag-button-ops {
display: none;
height: 16px;
font-size: 12px;
line-height: 16px;
margin-left: 100px;
2023-08-04 17:32:36 +08:00
2023-07-27 15:54:54 +08:00
.drag-button {
display: inline-block;
padding: 0 10px;
color: #333;
cursor: pointer;
}
.drag-button:hover {
color: #22c8fb;
}
}
2023-08-03 10:45:54 +08:00
2023-08-04 17:32:36 +08:00
.drag-wrapper {
min-height: inherit;
background-image: url('../../public/img/back/background.png') !important;
}
2023-08-03 10:45:54 +08:00
.drag-layout {
2023-08-04 17:32:36 +08:00
min-height: inherit;
padding: 25px;
2023-08-03 10:45:54 +08:00
.drag-header {
text-align: center;
2023-08-04 17:32:36 +08:00
div {
display: inline-block;
font-size: 25px;
font-weight: 400;
}
2023-08-03 10:45:54 +08:00
}
2023-08-04 17:32:36 +08:00
.drag-content {
width: auto;
background: #f8fafc;
border: 1px solid rgba(218, 237, 255, 1);
border-radius: 8px;
margin-top: 20px;
.drag-showcanceled {
font-size: 18px;
line-height: 30px;
margin-left: 5px;
margin-top: 5px;
}
}
2023-08-03 10:45:54 +08:00
.drag-footer {
2023-08-04 17:32:36 +08:00
margin-top: 15px;
background: #f8fafc;
border: 1px solid rgba(218, 237, 255, 1);
border-radius: 8px;
padding: 22px;
2023-08-03 10:45:54 +08:00
p {
2023-08-04 17:32:36 +08:00
span {
color: #178eff;
margin-right: 5px;
}
font-family: PingFangSC-Medium;
font-size: 14px;
color: #596378;
line-height: 24px;
font-weight: 500;
2023-08-03 10:45:54 +08:00
}
2023-08-04 17:32:36 +08:00
2023-08-03 10:45:54 +08:00
.tips {
2023-08-04 17:32:36 +08:00
font-family: PingFangSC-Regular;
font-size: 14px;
color: #596378;
line-height: 21px;
font-weight: 400;
letter-spacing: 0.5px;
2023-08-03 10:45:54 +08:00
}
}
}
2023-08-04 17:32:36 +08:00
.ant-tree {
background: transparent;
2023-08-03 10:45:54 +08:00
}
.ant-drawer-body {
padding: 0px;
overflow: hidden;
}