diff --git a/web/static/index.html b/web/static/index.html index e578cde..bec21c3 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -75,6 +75,8 @@ .chat-item .user { font-weight: 700; color: #2563eb; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; } .chat-item .time { flex-shrink: 0; font-size: 11px; color: #9ca3af; white-space: nowrap; } .chat-item .text { font-size: 13px; color: #374151; line-height: 1.55; white-space: pre-wrap; word-break: break-word; overflow-wrap: anywhere; } + .reason-tag { display: inline-block; max-width: 100%; margin-top: 4px; } + .reason-tag .el-tag { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; } .log-window { flex: 1; @@ -217,7 +219,9 @@