mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:新增图片组件,修改文件组件
This commit is contained in:
@@ -14,14 +14,19 @@ export const WritingModeObject = {
|
||||
}
|
||||
|
||||
export const option = {
|
||||
dataset: '我是一个文本',
|
||||
dataset: '我是文本',
|
||||
fontSize: 20,
|
||||
fontColor: '#ffffffff',
|
||||
fontColor: '#ffffff',
|
||||
paddingX: 10,
|
||||
paddingY: 10,
|
||||
|
||||
// 边框
|
||||
borderWidth: 0,
|
||||
borderColor: '#ffffff',
|
||||
borderRadius: 5,
|
||||
|
||||
// 字间距
|
||||
letterSpacing: 5,
|
||||
borderRadius: 5,
|
||||
writingMode: 'horizontal-tb',
|
||||
backgroundColor: '#00000000',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user