hotfix/2.9.10.2312.02
This commit is contained in:
parent
36f763a133
commit
c6e71bd069
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
.body {
|
||||
width: 100%;
|
||||
margin-top: 32px;
|
||||
//margin-top: 32px;
|
||||
|
||||
.comp-img {
|
||||
text-align: center;
|
||||
|
|
@ -83,15 +83,19 @@
|
|||
|
||||
.salary-group {
|
||||
margin-bottom: 16px;
|
||||
padding-bottom: 16px;
|
||||
background: #FFF;
|
||||
|
||||
.group-title {
|
||||
font-size: 14px;
|
||||
padding: 16px 0 0 8px;
|
||||
}
|
||||
|
||||
.group-list {
|
||||
margin-top: 16px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0 8px;
|
||||
|
||||
.even {
|
||||
border-left: 1px solid #e5e5e5;
|
||||
|
|
@ -111,9 +115,10 @@
|
|||
border-right: 1px solid #e5e5e5;
|
||||
|
||||
.item-name {
|
||||
flex-basis: 170px;
|
||||
//flex-basis: 170px;
|
||||
//width: 170px;
|
||||
flex: 1;
|
||||
box-sizing: border-box;
|
||||
width: 170px;
|
||||
padding: 0 16px;
|
||||
height: 100%;
|
||||
background: #fbfbfb;
|
||||
|
|
@ -135,7 +140,8 @@
|
|||
}
|
||||
|
||||
.item-count {
|
||||
flex-basis: 328px;
|
||||
//flex-basis: 328px;
|
||||
flex: 1;
|
||||
padding-left: 16px;
|
||||
height: 100%;
|
||||
line-height: 40px;
|
||||
|
|
|
|||
|
|
@ -27,12 +27,20 @@
|
|||
overflow-y: auto;
|
||||
background: #f6f6f6;
|
||||
|
||||
.salary-preview-container {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
border: 1px solid #e5e5e5;
|
||||
padding-top: 32px;
|
||||
}
|
||||
|
||||
.space {
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
margin-bottom: 16px;
|
||||
|
||||
.ant-btn {
|
||||
margin-right: 16px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue