Files
ragflow_python/web/src/pages/add-knowledge/index.less
2024-01-17 09:37:01 +08:00

19 lines
272 B
Plaintext

.container {
display: flex;
.menu {
.defaultWidth {
width: 256px;
}
.minWidth {
width: 50px
}
}
.content {
flex: 1;
overflow-x: auto;
height: 100%;
}
}