mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
19 lines
260 B
TypeScript
19 lines
260 B
TypeScript
export const lineConf = {
|
|
lineStyle: {
|
|
type: [
|
|
{
|
|
label: 'solid',
|
|
value: 'solid'
|
|
},
|
|
{
|
|
label: 'dashed',
|
|
value: 'dashed'
|
|
},
|
|
{
|
|
label: 'dotted',
|
|
value: 'dotted'
|
|
}
|
|
]
|
|
}
|
|
}
|