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