فهرست منبع

AI背景模糊

qinyan 1 سال پیش
والد
کامیت
9810a8d9af
1فایلهای تغییر یافته به همراه3 افزوده شده و 5 حذف شده
  1. 3 5
      src/modules/editor/components/Viewport/Toolbar/AiText.tsx

+ 3 - 5
src/modules/editor/components/Viewport/Toolbar/AiText.tsx

@@ -148,12 +148,13 @@ export default defineComponent({
 const AIStyle = css`
   border-radius: 4px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
-  background-color: rgba(38, 38, 38, 0.8);
+  background-color: rgba(38, 38, 38, 0.9);
   color: #fff;
+  backdrop-filter: blur(5px);
   .input_box,
   .result_text {
     position: relative;
-    background-color: rgba(255, 255, 255, 0.2);
+    background-color: rgba(255, 255, 255, 0.05);
     border-radius: 4px;
 
     .ai_input {
@@ -183,6 +184,3 @@ const AIStyle = css`
     background-color: @inf-primary-fade-color;
   }
 `;
-
-
-