mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-10-03 12:07:25 +00:00

### What problem does this PR solve? Related source file is in Windows/DOS format, they are format to Unix format. ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
46 lines
598 B
Plaintext
46 lines
598 B
Plaintext
.tags {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.preset {
|
|
display: flex;
|
|
height: 80px;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
margin-bottom: 24px;
|
|
|
|
.left {
|
|
flex: 1;
|
|
}
|
|
|
|
.right {
|
|
width: 100px;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.4);
|
|
margin: 10px 0px;
|
|
padding: 5px;
|
|
}
|
|
}
|
|
|
|
.configurationWrapper {
|
|
padding: 0 52px;
|
|
.buttonWrapper {
|
|
text-align: right;
|
|
}
|
|
.variableSlider {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.categoryPanelWrapper {
|
|
.topTitle {
|
|
margin-top: 0;
|
|
}
|
|
.imageRow {
|
|
margin-top: 16px;
|
|
}
|
|
.image {
|
|
width: 100%;
|
|
}
|
|
}
|