Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
484e5ab
ragflow
/
web
/
src
/
pages
/
add-knowledge
/
index.less
KevinHuSh
add front end code (#27)
6b8fc2c
about 1 year ago
raw
Copy download link
history
blame
272 Bytes
.container
{
display
: flex;
.menu
{
.defaultWidth
{
width
:
256px
;
}
.minWidth
{
width
:
50px
}
}
.content
{
flex
:
1
;
overflow-x
: auto;
height
:
100%
;
}
}