style: 调整知识库文本分段与清洗表单布局

master
5 days ago
parent 828da67b34
commit dae1a2c9f0

@ -168,10 +168,12 @@
} }
.formRow { .formRow {
display: grid; // display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)); // grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px; gap: 20px;
margin-top: 22px; margin-top: 22px;
display: flex;
flex-wrap: wrap;
} }
.compactFormItem { .compactFormItem {

@ -436,8 +436,8 @@
} }
.retrievalRow { .retrievalRow {
display: grid; // display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr)); // grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px; gap: 16px;
margin-top: 16px; margin-top: 16px;
} }
@ -465,8 +465,8 @@
} }
.retrievalNumberInput { .retrievalNumberInput {
width: 72px; // width: 72px;
flex: 0 0 72px; // flex: 0 0 72px;
} }
.retrievalSlider { .retrievalSlider {

Loading…
Cancel
Save