xg
This commit is contained in:
parent
69dedf8825
commit
bdc688a3b6
@ -865,7 +865,7 @@ export default {
|
||||
|
||||
.left {
|
||||
height: calc(100vh - 124px);
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
.name {
|
||||
font-weight: 700;
|
||||
|
||||
@ -607,7 +607,7 @@ export default {
|
||||
<style lang="scss">
|
||||
.left {
|
||||
height: calc(100vh - 119px);
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
.name {
|
||||
font-weight: 700;
|
||||
|
||||
@ -813,6 +813,6 @@ export default {
|
||||
}
|
||||
.head-container{
|
||||
height: calc(100vh - 119px);
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user