update
This commit is contained in:
parent
d6c2e1cb4a
commit
9f3c553740
5 changed files with 102 additions and 5 deletions
|
|
@ -25,10 +25,13 @@ import SideBar from "./components/SideBar.vue";
|
|||
#snw-ui {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
border: 4px solid rgb(235, 230, 230);
|
||||
max-width: 1280px;
|
||||
min-width: 800px;
|
||||
margin: 0 auto;
|
||||
margin: 10px auto;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
#display-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue