|
@@ -635,10 +635,10 @@ const QuestionAnswerInfo: React.FC = () => {
|
|
|
}
|
|
}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <Splitter style={{ height: '100%', boxShadow: '0 0 10px rgba(0, 0, 0, 0.1)' }}>
|
|
|
|
|
- <Splitter.Panel defaultSize="40%">
|
|
|
|
|
|
|
+ <h3>Prompt编写</h3>
|
|
|
|
|
+ <Splitter style={{ height: '100%', border: '1px solid #d9d9d9', borderRadius: '6px' }}>
|
|
|
|
|
+ <Splitter.Panel defaultSize="75%">
|
|
|
<div className='full-size'>
|
|
<div className='full-size'>
|
|
|
- <h2>Prompt编写</h2>
|
|
|
|
|
<div style={{ paddingTop: '20px' }}>
|
|
<div style={{ paddingTop: '20px' }}>
|
|
|
<TextArea
|
|
<TextArea
|
|
|
autoSize
|
|
autoSize
|