xg
This commit is contained in:
parent
69dedf8825
commit
bdc688a3b6
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user