优化
This commit is contained in:
parent
1e488bf5a0
commit
81b6212d25
@ -110,10 +110,12 @@ export default {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 28px;
|
padding: 28px;
|
||||||
|
width: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
&-left{
|
&-left{
|
||||||
width: 828px;
|
flex: 1;
|
||||||
|
padding: 0 30px 0 0;
|
||||||
.borderBottom{
|
.borderBottom{
|
||||||
border-bottom: 1px solid @borderColor;
|
border-bottom: 1px solid @borderColor;
|
||||||
}
|
}
|
||||||
@ -160,6 +162,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-right{
|
&-right{
|
||||||
|
box-sizing: border-box;
|
||||||
width: 330px;
|
width: 330px;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
padding: 25px 20px;
|
padding: 25px 20px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user