ragflow / web /src /global.less
zxsipola123456's picture
Upload 769 files
ab2ded1 verified
raw
history blame
171 Bytes
@import url(./inter.less);
html {
height: 100%;
}
body {
font-family: Inter;
margin: 0;
height: 100%;
}
#root {
height: 100%;
}
.ant-app {
height: 100%;
}