修改
This commit is contained in:
parent
7bf0537b44
commit
81eba4a1a7
@ -629,7 +629,7 @@ export default {
|
||||
}
|
||||
|
||||
.dialog-footer {
|
||||
padding: 20px 20px;
|
||||
padding: 0 20px 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@ -763,7 +763,8 @@ export default {
|
||||
width: 22%;
|
||||
background-color: #fff;
|
||||
padding: 0 20px 20px;
|
||||
height: 680px;
|
||||
// height: 680px;
|
||||
height: calc(100vh - 294px);
|
||||
overflow: scroll;
|
||||
|
||||
.timetitle {
|
||||
@ -781,7 +782,8 @@ export default {
|
||||
|
||||
.texts {
|
||||
width: 75%;
|
||||
height: 680px;
|
||||
// height: 680px;
|
||||
height: calc(100vh - 294px);
|
||||
overflow: scroll;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user