人力资源
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

53 lines
924 B

.semi-table {
.semi-table-row:first-child {
.semi-table-row-head {
background: #F2F3F5;
color: #4A4A4A;
font-size: 14px;
}
}
}
.resourceRepository {
margin-top: 20px;
.left {
.semi-input-wrapper {
width: 260px;
}
.semi-tree-wrapper {
margin-top: 20px;
}
.tree-icon {
padding-left: 6px;
opacity: 0;
-webkit-transition: opacity 0.1s 0.2s;
.semi-icon {
padding-left: 6px;
}
}
.tree-icon:hover {
opacity: 1;
-webkit-transition: opacity 0.2s;
}
}
.right {
.path-lable {
margin-bottom: 20px;
}
.semi-input-wrapper {
margin-bottom: 20px;
}
}
.semi-button {
margin-bottom: 20px;
}
}