Commit cdab88cb authored by 皮倩雯's avatar 皮倩雯

fix: 'SaaS配置编辑默认值'

parent 5fa1c63f
Pipeline #54909 passed with stages
...@@ -67,7 +67,7 @@ const OmsLog = () => { ...@@ -67,7 +67,7 @@ const OmsLog = () => {
key: 'ShortInfo', key: 'ShortInfo',
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 800, maxWidth: 700,
overflow: 'hidden', overflow: 'hidden',
whiteSpace: 'nowrap', whiteSpace: 'nowrap',
textOverflow: 'ellipsis', textOverflow: 'ellipsis',
......
...@@ -92,6 +92,7 @@ export default props => { ...@@ -92,6 +92,7 @@ export default props => {
...config, ...config,
primaryColor: config.primaryColor ? config.primaryColor : '#0087F7', primaryColor: config.primaryColor ? config.primaryColor : '#0087F7',
navTheme: config.navTheme ? config.navTheme : 'dark', navTheme: config.navTheme ? config.navTheme : 'dark',
CloudStyle: config.CloudStyle ? config.CloudStyle : '是',
headerPrimaryColor: config.headerPrimaryColor headerPrimaryColor: config.headerPrimaryColor
? config.headerPrimaryColor ? config.headerPrimaryColor
: 'linear-gradient(0deg, #0066D6 0%, #39A9FF 100%)', : 'linear-gradient(0deg, #0066D6 0%, #39A9FF 100%)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment