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

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

parent 5fa1c63f
Pipeline #54909 passed with stages
......@@ -67,7 +67,7 @@ const OmsLog = () => {
key: 'ShortInfo',
onCell: () => ({
style: {
maxWidth: 800,
maxWidth: 700,
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
......
......@@ -92,6 +92,7 @@ export default props => {
...config,
primaryColor: config.primaryColor ? config.primaryColor : '#0087F7',
navTheme: config.navTheme ? config.navTheme : 'dark',
CloudStyle: config.CloudStyle ? config.CloudStyle : '是',
headerPrimaryColor: config.headerPrimaryColor
? config.headerPrimaryColor
: '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