代码调整
This commit is contained in:
parent
5a8025b7ef
commit
ce001395ff
@ -119,16 +119,17 @@ export default {
|
|||||||
.paper {
|
.paper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
.card-title{
|
.card-title{
|
||||||
height: 47px;
|
height: 47px;
|
||||||
line-height: 47px;
|
line-height: 47px;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
border-bottom: 1px solid #e6e6e6;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context {
|
.context {
|
||||||
padding: 30px 60px;
|
padding: 30px 60px;
|
||||||
height: calc(100% - 107px);
|
flex:1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -136,5 +137,6 @@ export default {
|
|||||||
.draf_box{
|
.draf_box{
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user