Files
ragflow_python/web/src/pages/add-knowledge/index.less

19 lines
272 B
Plaintext
Raw Normal View History

2024-01-17 09:37:01 +08:00
.container {
display: flex;
.menu {
.defaultWidth {
width: 256px;
}
.minWidth {
width: 50px
}
}
.content {
flex: 1;
overflow-x: auto;
height: 100%;
}
}