Ver código fonte

调整 chat组件部分字体的颜色

Ryuiso 4 meses atrás
pai
commit
547fc7d49c
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      app/components/chat.tsx

+ 3 - 1
app/components/chat.tsx

@@ -2013,11 +2013,13 @@ function _Chat() {
                                 <div
                                   style={{
                                     position: 'absolute',
+                                    color: 'white',
                                     zIndex: 2,
                                     top: '50%',
                                     left: '50%',
                                     transform: ' translate(-110%, -100%)',
                                     fontSize: 14,
+                                    fontWeight: 'bold',
                                   }}>
                                 </div>
@@ -2362,7 +2364,7 @@ function _Chat() {
           />
         </label>
       </div>
-      <div style={{ paddingBottom: 12, textAlign: 'center', background: 'rgba(155, 155, 255, .2)', backdropFilter: 'blur(1px)', color: '#000', fontSize: 12 }}>
+      <div style={{ paddingBottom: 12, textAlign: 'center', background: 'rgba(155, 155, 255, .2)', backdropFilter: 'blur(1px)', color: '#fff', fontSize: 12 }}>
         内容由AI生成,仅供参考
       </div>
       {showExport && (