diff --git a/.env.dev b/.env.dev index 7baeb23..d9abe86 100644 --- a/.env.dev +++ b/.env.dev @@ -3,7 +3,7 @@ NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production # flag VUE_APP_FLAG='dev' -VUE_APP_ADMIN='http://10.1.20.39:7537/api' +VUE_APP_ADMIN='http://10.1.105.116:7537/api' VUE_APP_STATIC='http://39.104.123.254:7536/' diff --git a/public/bpic_eli/risk_history.html b/public/bpic_eli/risk_history.html index 58566a0..078f4db 100644 --- a/public/bpic_eli/risk_history.html +++ b/public/bpic_eli/risk_history.html @@ -172,10 +172,10 @@ #docs { padding: 15px 20px; - font-size: 14px; + font-size: 16px; line-height: 1.6; - background: #2c3e50; - color: #ecf0f1; + background: #ffffff; + color: #1b1a1a; border-radius: 4px; margin: 15px 0; } @@ -811,7 +811,8 @@ var Config = { ipConfig: { // ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7196' - ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api' + // ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api' + ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api' }, serviceUrl: { diff --git a/src/components/RenderTable/component/TooltipScope/index.vue b/src/components/RenderTable/component/TooltipScope/index.vue index 1d88302..571acd7 100644 --- a/src/components/RenderTable/component/TooltipScope/index.vue +++ b/src/components/RenderTable/component/TooltipScope/index.vue @@ -14,7 +14,7 @@ export default { : '2' } placement="right" - effect="dark" + effect="light" >
{scope.row[item.prop]}
diff --git a/src/components/RenderTable/component/bodySlot/index.vue b/src/components/RenderTable/component/bodySlot/index.vue index 827a905..75cd933 100644 --- a/src/components/RenderTable/component/bodySlot/index.vue +++ b/src/components/RenderTable/component/bodySlot/index.vue @@ -18,8 +18,8 @@ const RenderSlot = { { props: { placement: 'bottom', - content: first[0].data.props.title - // effect: 'light' + content: first[0].data.props.title, + effect: 'light' } }, first