Pārlūkot izejas kodu

Merge branch 'dev/permission' of https://git.zyuas.com/LLM/chat-admin-web into dev/permission

sunsheng 1 mēnesi atpakaļ
vecāks
revīzija
5d3ea0c21f
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/pages/deepseek/questionAnswer/info/style.less

+ 2 - 2
src/pages/deepseek/questionAnswer/info/style.less

@@ -237,7 +237,7 @@
 .ant-splitter-panel {
   &:first-child {
     // 左侧 35% 区域 - Prompt 区域
-    background: #f5f5f5;
+    background: #ffffff;
   }
   
   &:nth-child(2) {
@@ -370,7 +370,7 @@
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
-    // background: #f5f5f5;
+    background: #ffffff;
     // border-bottom: 1px solid #fff;
 
     &-text {