fix layout
This commit is contained in:
parent
cdb1bb30b1
commit
d6c2e1cb4a
2 changed files with 7 additions and 11 deletions
|
|
@ -25,13 +25,17 @@ import SideBar from "./components/SideBar.vue";
|
|||
#snw-ui {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100vw;
|
||||
border: 1px solid black;
|
||||
max-width: 1280px;
|
||||
min-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#display-content {
|
||||
flex-grow: 1;
|
||||
/* flex-grow: 1; */
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 75vw;
|
||||
max-width: 50vw;
|
||||
min-width: 80%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue