Commit 41fed0d2 by zhaochengxiang

热力图调整

parent a9f0e2ca
......@@ -8,7 +8,7 @@ import { set_sess_state } from "../model/reducer";
//内网深交所环境 isSzseEnv true
//元曜公网环境 isSzseEnv false
export const isSzseEnv = false;
export const isSzseEnv = true;
export const inputWidth = isSzseEnv?360:240;
......
......@@ -49,7 +49,7 @@ const init = (ctx) => function (container, data, onClick) {
return [
{
itemStyle: {
borderColor: ((data||[]).length>0)&&(data[0].dataAssetAndSubDirCount===0||(data[0].children||[]).length===0) ? '#5e7dd6' : '#777',
borderColor: ((data||[]).length>0)&&(data[0].dataAssetAndSubDirCount===0||(data[0].children||[]).length===0) ? '#97aeed' : '#777',
borderWidth: 0,
gapWidth: 1
},
......
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