|
@@ -121,7 +121,7 @@ export const defaultFormat: Pen = {
|
|
|
// color: "#222",
|
|
|
hoverColor: undefined,
|
|
|
activeColor: undefined,
|
|
|
- lineWidth: 0,
|
|
|
+ lineWidth: 1,
|
|
|
bkType: 0,
|
|
|
gradientFromColor: undefined,
|
|
|
gradientToColor: undefined,
|
|
@@ -2528,8 +2528,8 @@ export const formComponents = [
|
|
|
ellipsis: true,
|
|
|
text: '输入文本',
|
|
|
textAlign: 'left',
|
|
|
- background:'#15181C',
|
|
|
- color:'#424B61',
|
|
|
+ background: '#15181C',
|
|
|
+ color: '#424B61',
|
|
|
textColor: '#FFFFFFE6',
|
|
|
// color: '#D9D9D9FF',
|
|
|
// hoverTextColor: '#000000FF',
|
|
@@ -2552,8 +2552,8 @@ export const formComponents = [
|
|
|
ellipsis: true,
|
|
|
text: '输入数字',
|
|
|
textAlign: 'left',
|
|
|
- background:'#15181C',
|
|
|
- color:'#424B61',
|
|
|
+ background: '#15181C',
|
|
|
+ color: '#424B61',
|
|
|
textColor: '#FFFFFFE6',
|
|
|
// color: '#D9D9D9FF',
|
|
|
// textColor: '#000000FF',
|
|
@@ -2676,8 +2676,8 @@ export const formComponents = [
|
|
|
text: '选项1',
|
|
|
textAlign: 'left',
|
|
|
input: true,
|
|
|
- background:'#15181C',
|
|
|
- color:'#424B61',
|
|
|
+ background: '#15181C',
|
|
|
+ color: '#424B61',
|
|
|
textColor: '#FFFFFFE6',
|
|
|
hoverTextColor: '#FFFFFFE6',
|
|
|
activeTextColor: '#FFFFFFE6',
|