ragflow / web /src /layouts /index.less
zxsipola123456's picture
Upload 769 files
ab2ded1 verified
raw
history blame
260 Bytes
.navs {
ul {
padding: 0;
list-style: none;
display: flex;
}
li {
margin-right: 1em;
}
}
.layout {
height: 100vh;
}
body {
margin: 0;
}
.divider {
margin: 0;
}
.clickAvailable {
cursor: pointer;
}