代码调整

This commit is contained in:
joylink_cuiweidong 2020-12-03 18:39:57 +08:00
parent 5a8025b7ef
commit ce001395ff

View File

@ -119,16 +119,17 @@ export default {
.paper {
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
.card-title{
height: 47px;
line-height: 47px;
border-bottom: 1px solid #e6e6e6;
text-align: center;
}
.context {
padding: 30px 60px;
height: calc(100% - 107px);
flex:1;
overflow: auto;
}
}
@ -136,5 +137,6 @@ export default {
.draf_box{
padding: 10px 0;
text-align: center;
flex-shrink: 0;
}
</style>