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 {