ragflow / web /src /global.less
balibabu
fix: replace some pictures of chunk method #437 (#438)
700dff9
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%;
}