This commit is contained in:
2024-04-12 15:57:54 +08:00
parent 7bf0537b44
commit 81eba4a1a7

View File

@ -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;
} }