@ued_fpi/data-visual 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/style.css +2 -2
- package/dist/es/wgms/src/PollutionSourceControl/index.vue.mjs +1 -1
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +1 -0
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.mjs +1 -1
- package/dist/es/wgms/utils/echarts/echartsOptions.d.ts +0 -1
- package/dist/es/wgms/utils/echarts/echartsOptions.mjs +0 -1
- package/dist/lib/style.css +2 -2
- package/dist/lib/wgms/src/PollutionSourceControl/index.vue.js +1 -1
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +1 -0
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.js +1 -1
- package/dist/lib/wgms/utils/echarts/echartsOptions.d.ts +0 -1
- package/dist/lib/wgms/utils/echarts/echartsOptions.js +0 -1
- package/dist/style/base.css +3 -1
- package/dist/style/style-ipes.css +1 -1
- package/package.json +2 -2
|
@@ -6,6 +6,7 @@ const vue = require('vue');
|
|
|
6
6
|
const index$1 = require('../../utils/echarts/index.js');
|
|
7
7
|
const _3dChartOptions = require('../../utils/echarts/3dChartOptions.js');
|
|
8
8
|
const index = require('./api/index.js');
|
|
9
|
+
require('echarts-gl');
|
|
9
10
|
|
|
10
11
|
const _hoisted_1 = { class: "dv-wgms-outlet-online" };
|
|
11
12
|
const _hoisted_2 = { class: "toggle-list dv-wgms-flex-between-center" };
|
|
@@ -46,7 +47,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
46
47
|
});
|
|
47
48
|
const pieChart = vue.ref();
|
|
48
49
|
vue.onMounted(async () => {
|
|
49
|
-
await import('echarts-gl');
|
|
50
50
|
getResData();
|
|
51
51
|
});
|
|
52
52
|
vue.watch(() => props.params, () => {
|
package/dist/style/base.css
CHANGED
|
@@ -75,6 +75,8 @@ html {
|
|
|
75
75
|
--dv-color-success-70: #86d65e;
|
|
76
76
|
--dv-color-success-80: #75d048;
|
|
77
77
|
--dv-color-success-110: #429d15;
|
|
78
|
+
|
|
79
|
+
/* text */
|
|
78
80
|
--dv-color-text-disable: #c0c4cc; /* 不可用 */
|
|
79
81
|
--dv-color-text-placeholder: #a8abb2; /* 占位符 */
|
|
80
82
|
--dv-color-text-primary: #303133; /* 主要文字 */
|
|
@@ -180,7 +182,7 @@ html.dark {
|
|
|
180
182
|
--dv-color-text-disable: rgba(255, 255, 255, 0.6); /* 不可用 */
|
|
181
183
|
--dv-color-text-placeholder: rgba(255, 255, 255, 0.3); /* 占位符 */
|
|
182
184
|
--dv-color-text-primary: #fff; /* 主要文字 */
|
|
183
|
-
--dv-color-text-regular: #
|
|
185
|
+
--dv-color-text-regular: #cfd3dc; /* 常规文字 */
|
|
184
186
|
--dv-color-text-secondary: rgba(255, 255, 255, 0.6); /* 次要文字 */
|
|
185
187
|
--dv-color-warning: #fdbd00;
|
|
186
188
|
--dv-color-warning-10: #1a1300;
|