Преглед изворни кода

fix: 修复会话历史记录底部样式异常的问题

zhupei@smartai.com пре 1 година
родитељ
комит
653056590f
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      src/modules/conversation-history/HistoryLoadMore.vue

+ 4 - 2
src/modules/conversation-history/HistoryLoadMore.vue

@@ -41,7 +41,7 @@ const handleClick = () => {
 .history-item-icon {
   background-color: var(--color-bg-1);
   padding: 20px 30px 20px 30px;
-  border-radius: 15px;
+  border-radius: 12px;
   margin-top: 10px;
   margin-bottom: 10px;
 
@@ -51,7 +51,9 @@ const handleClick = () => {
   justify-content: center;
   align-items: center;
 
-  font-size: 13px;
+  font-size: 14px;
+  font-weight: 400;
+  line-height: 19.6px;
 }
 
 .history-item-icon.can-loadmore {