forked from github/dataease
refactor:增加矩形,时间组件的属性设置项
This commit is contained in:
parent
43aea696a1
commit
71365c4ba7
@ -253,7 +253,8 @@ export default {
|
||||
'borderWidth',
|
||||
'borderRadius',
|
||||
'opacity',
|
||||
'borderColor'
|
||||
'borderColor',
|
||||
'backgroundColor'
|
||||
],
|
||||
// 时间组件显示的属性
|
||||
'de-show-date': [
|
||||
|
@ -268,7 +268,6 @@ const list = [
|
||||
width: 250,
|
||||
height: 100,
|
||||
fontSize: 22,
|
||||
|
||||
fontWeight: 400,
|
||||
lineHeight: '',
|
||||
letterSpacing: 0,
|
||||
@ -276,13 +275,11 @@ const list = [
|
||||
color: '#000000',
|
||||
verticalAlign: 'middle',
|
||||
backgroundColor: '#ffffff',
|
||||
|
||||
borderStyle: 'solid',
|
||||
borderWidth: 1,
|
||||
borderColor: '#000000',
|
||||
borderRadius: 0,
|
||||
/* margin: 10, */
|
||||
time_margin: 10
|
||||
time_margin: 0
|
||||
},
|
||||
formatInfo: {
|
||||
openMode: '0',
|
||||
|
Loading…
Reference in New Issue
Block a user