trunk/pc4mobx/organization/style/resume.less

27 lines
537 B
Plaintext
Raw Normal View History

2022-12-28 17:06:09 +08:00
// 人员简历
.code-box-demo .ant-select {
margin: 0 8px 10px 0;
}
#components-select-demo-search-box .code-box-demo .ant-select {
margin: 0;
}
#personnel-resume {
background-color: #dadce0;
padding: 0 60px;
.content{
height: 100%;
background-color: #FFFFFF;
box-shadow: 2px 2px 10px #909090;
padding: 20px 40px;
.title{
font-size: 18px;
font-weight: 900;
text-align: center;
}
.resume-table {
margin-top: 20px;
}
}
}