From 51f77af1218b0ed552a9909c6ea75088e30c561b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=AC=A7=EF=BC=88=E6=9E=97=E5=B9=B3=E5=87=A1?= =?UTF-8?q?=EF=BC=89?= Date: Sat, 11 Oct 2025 18:19:45 +0800 Subject: [PATCH] 1 --- src/views/system/jd-instruction/index.vue | 34 ++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/views/system/jd-instruction/index.vue b/src/views/system/jd-instruction/index.vue index 4947c17..718c833 100644 --- a/src/views/system/jd-instruction/index.vue +++ b/src/views/system/jd-instruction/index.vue @@ -38,6 +38,19 @@ 历史消息记录 +
+ 显示条数: + + + + + + + + + +
+
@@ -316,11 +329,30 @@ export default { .msg-block { margin-bottom: 12px; } .msg-header { display: flex; align-items: center; justify-content: space-between; margin: 6px 0; } +/* 历史记录控制条 */ +.history-controls { + display: flex; + align-items: center; + margin-top: 16px; + margin-bottom: 12px; + padding: 12px 16px; + background-color: #F5F7FA; + border-radius: 4px; + border: 1px solid #DCDFE6; +} + +.history-label { + font-size: 14px; + color: #606266; + margin-right: 12px; + font-weight: 500; +} + /* 历史消息容器 */ .history-container { display: flex; gap: 20px; - margin-top: 20px; + margin-top: 8px; } .history-column {