Skip to content

Commit 2f1776e

Browse files
committed
修改问题分类组件样式
1 parent e9cc82b commit 2f1776e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

agent-flow/src/components/questionClassification/QuestionClassificationWrapper.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ const _QuestionClassificationWrapper = ({data, shapeStatus}) => {
128128
tag={tag}
129129
disabled={shapeStatus.disabled}/>
130130
<QuestionClassificationPanel disabled={shapeStatus.disabled} questionTypeList={questionTypeList}/>
131-
<HistoryConfig
132-
disabled={shapeStatus.disabled}
133-
dispatch={dispatch}
134-
memoryConfig={memoryConfig}
135-
memorySwitch={memorySwitch}/>
136131
<QuestionClassificationAdvancedSettings
137132
description={template}
138133
disabled={shapeStatus.disabled}
139134
promptTitle={'additionalInstruction'}
140135
promptPopover={'questionClassificationPromptPopover'}/>
136+
<HistoryConfig
137+
disabled={shapeStatus.disabled}
138+
dispatch={dispatch}
139+
memoryConfig={memoryConfig}
140+
memorySwitch={memorySwitch}/>
141141
</>);
142142
};
143143

agent-flow/src/components/questionClassification/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
/* 椭圆形 (ICON/16/Remove) */
4747
width: 13px;
4848
height: 13px;
49-
left: 1.5px;
50-
top: 1.5px;
49+
left: -7.5px;
50+
top: -7px;
5151
}
5252

5353
.add-question-classification-wrapper {
@@ -56,7 +56,7 @@
5656
align-items: center;
5757
margin-top: 0;
5858
margin-bottom: 20px;
59-
padding: 0 12px 0 12px;
59+
padding: 0 12px 0 7px;
6060
}
6161

6262
.add-question-classification-button-style {

0 commit comments

Comments
 (0)