Przeglądaj źródła

输入组件输入框背景色默认设为透明色

dsy 1 dzień temu
rodzic
commit
a1279998d2
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .env
  2. 1 1
      src/views/book/courseware/data/input.js

+ 1 - 1
.env

@@ -11,4 +11,4 @@ VUE_APP_BookWebSI = '/GCLSBookWebSI/ServiceInterface'
 VUE_APP_EepServer = '/EEPServer/SI'
 
 #version
-VUE_APP_VERSION = '2026.05.13'
+VUE_APP_VERSION = '2026.05.14'

+ 1 - 1
src/views/book/courseware/data/input.js

@@ -91,7 +91,7 @@ export function getInputProperty() {
     font_size: fontSizeList[3], // 字体大小
     text_align: textAlignList[0].value, // 文本对齐方式
     text_color: '#1d2129', // 文本颜色
-    background_color: '#ffffff', // 背景色
+    background_color: 'rgba(255, 255, 255, 0)', // 背景色
   };
 }