| 84f80c5
 
700dff9
 
 
 
84f80c5
 
3313a7c
700dff9
 
 
 
 
 
 
 
 
84f80c5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | @import url(./inter.less);
html {
  height: 100%;
}
body {
  font-family: Inter;
  margin: 0;
  height: 100%;
}
#root {
  height: 100%;
}
.ant-app {
  height: 100%;
}
 |