|
|
@@ -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)', // 背景色
|
|
|
};
|
|
|
}
|
|
|
|