This commit is contained in:
2024-06-17 09:18:44 +08:00
parent 69dedf8825
commit bdc688a3b6
3 changed files with 3 additions and 3 deletions

View File

@ -865,7 +865,7 @@ export default {
.left { .left {
height: calc(100vh - 124px); height: calc(100vh - 124px);
overflow: scroll; overflow-y: auto;
.name { .name {
font-weight: 700; font-weight: 700;

View File

@ -607,7 +607,7 @@ export default {
<style lang="scss"> <style lang="scss">
.left { .left {
height: calc(100vh - 119px); height: calc(100vh - 119px);
overflow: scroll; overflow-y: auto;
.name { .name {
font-weight: 700; font-weight: 700;

View File

@ -813,6 +813,6 @@ export default {
} }
.head-container{ .head-container{
height: calc(100vh - 119px); height: calc(100vh - 119px);
overflow: scroll; overflow-y: auto;
} }
</style> </style>