style: 基础组件根据修改意见调整默认样式

main
wu.jian2 1 year ago
parent 088c3892f9
commit 9f4f0bc6ed

@ -35,7 +35,7 @@ const customConfig = {
// 选择框背景颜色 // 选择框背景颜色
bgColor: '', bgColor: '',
// 选择框文字颜色 // 选择框文字颜色
fontColor: '#FFFFFF', fontColor: '#00000000',
// 选择框字体大小 // 选择框字体大小
fontSize: 14, fontSize: 14,
// 显示类型 year/month/date/ datetime/datetimerange/daterange // 显示类型 year/month/date/ datetime/datetimerange/daterange

@ -57,10 +57,10 @@ const customConfig = {
gradientDirection: 'to right', gradientDirection: 'to right',
gradientColor0: 'rgba(0, 122, 255, 1)', gradientColor0: 'rgba(0, 122, 255, 1)',
gradientColor1: 'rgba(0, 122, 255, 1)', gradientColor1: 'rgba(0, 122, 255, 1)',
firstSize: 36, firstSize: 18,
firstColor: '#ffffff', firstColor: '#ffffff',
firstWeight: 500, firstWeight: 500,
secondSize: 18, secondSize: 36,
secondColor: '#ffffff', secondColor: '#ffffff',
secondWeight: 500, secondWeight: 500,
secondLine: '项目总数', secondLine: '项目总数',

@ -75,7 +75,7 @@ const customConfig = {
}, },
backgroundStyle: { backgroundStyle: {
// 背景颜色 // 背景颜色
backgroundColor: '' backgroundColor: '#00000000'
} }
} }
} }

@ -46,7 +46,7 @@ const customConfig = {
title: '超链接占位符', title: '超链接占位符',
fontSize: 20, fontSize: 20,
fontWeight: 700, fontWeight: 700,
color: 'left,#007aff,#ffffff', color: 'left,#007aff,#007aff',
url: 'http://gcpaas.gccloud.com', // 链接地址 url: 'http://gcpaas.gccloud.com', // 链接地址
openType: '_blank', // 打开方式 openType: '_blank', // 打开方式
dialogW: 1000, // 弹窗宽度 dialogW: 1000, // 弹窗宽度

@ -41,7 +41,7 @@ const customConfig = {
customize: { customize: {
placeholder: '请选择', placeholder: '请选择',
// 输入框背景颜色 // 输入框背景颜色
backgroundColor: '', backgroundColor: '#00000000',
// 输入框字体大小 // 输入框字体大小
fontSize: 14, fontSize: 14,
// 输入框字体颜色 // 输入框字体颜色

@ -34,7 +34,7 @@ const customConfig = {
customize: { customize: {
value: '', value: '',
// 选择框背景颜色 // 选择框背景颜色
backgroundColor: '', backgroundColor: '#00000000',
// 选择框文字颜色 // 选择框文字颜色
fontColor: '#FFFFFF', fontColor: '#FFFFFF',
// 选择框字体大小 // 选择框字体大小

@ -129,7 +129,7 @@ export default function getComponentConfig (type) {
icon: Icon.getNameList()[6], icon: Icon.getNameList()[6],
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenCurrentTimeChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenCurrentTimeChart',
w: 380, w: 300,
h: 60, h: 60,
x: 0, x: 0,
y: 0, y: 0,
@ -142,7 +142,7 @@ export default function getComponentConfig (type) {
icon: Icon.getNameList()[7], icon: Icon.getNameList()[7],
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenTimeCountDownChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenTimeCountDownChart',
w: 500, w: 300,
h: 60, h: 60,
x: 0, x: 0,
y: 0, y: 0,

Loading…
Cancel
Save