Skip to content

Commit ecb2407

Browse files
committed
feat: add scrollbar
Co-authored-by: VLSMB <2047857654@qq.com>
1 parent d09b88b commit ecb2407

File tree

1 file changed

+2
-0
lines changed
  • spring-ai-alibaba-nl2sql/spring-ai-alibaba-nl2sql-web-ui/src/views

1 file changed

+2
-0
lines changed

spring-ai-alibaba-nl2sql/spring-ai-alibaba-nl2sql-web-ui/src/views/AgentRun.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,14 @@
319319
<div class="modal-header">
320320
<h3>计划人工复核</h3>
321321
</div>
322+
<div class="modal-body">
322323
<div class="agent-response-block" style="display: block !important; width: 100% !important;">
323324
<div class="agent-response-title">
324325
<i class="bi bi-diagram-3"></i> 当前计划
325326
</div>
326327
<div class="agent-response-content" v-html="formatHumanReviewPlan(humanReviewPlan)"></div>
327328
</div>
329+
</div>
328330
<div class="modal-footer" style="display:flex; gap:8px;">
329331
<textarea v-model="humanReviewSuggestion" placeholder="如不合理,请填写修改建议" style="width:100%; height:80px;"></textarea>
330332
<button class="btn" @click="approvePlan">通过</button>

0 commit comments

Comments
 (0)