代码调整

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 { .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>