mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-10-15 18:09:05 +00:00
24 lines
311 B
Plaintext
24 lines
311 B
Plaintext
![]() |
.filter {
|
||
|
height: 32px;
|
||
|
display: flex;
|
||
|
margin: 10px 0;
|
||
|
justify-content: space-between;
|
||
|
|
||
|
.search {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.operate {
|
||
|
width: 200px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.img {
|
||
|
height: 16px;
|
||
|
width: 16px;
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.column {
|
||
|
min-width: 200px
|
||
|
}
|