@ued_fpi/data-visual 1.4.11 → 1.4.13
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/ipes/src/DisasterWarning/index.vue.mjs +2 -2
- package/dist/es/ipes/src/RiskClassification/index.vue.mjs +2 -2
- package/dist/es/style.css +1 -1
- package/dist/lib/ipes/src/DisasterWarning/index.vue.js +2 -2
- package/dist/lib/ipes/src/RiskClassification/index.vue.js +2 -2
- package/dist/lib/style.css +1 -1
- package/package.json +2 -2
|
@@ -123,7 +123,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
123
123
|
key: 0,
|
|
124
124
|
class: "box",
|
|
125
125
|
direction: "y",
|
|
126
|
-
time:
|
|
126
|
+
time: vue.unref(disasterList).length * 5
|
|
127
127
|
}, {
|
|
128
128
|
default: vue.withCtx(() => [
|
|
129
129
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(disasterList), (item, index) => {
|
|
@@ -142,7 +142,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
142
142
|
}), 128))
|
|
143
143
|
]),
|
|
144
144
|
_: 1
|
|
145
|
-
})) : (vue.openBlock(), vue.createBlock(NoData_vue_vue_type_script_setup_true_lang.default, {
|
|
145
|
+
}, 8, ["time"])) : (vue.openBlock(), vue.createBlock(NoData_vue_vue_type_script_setup_true_lang.default, {
|
|
146
146
|
key: 1,
|
|
147
147
|
type: "noDataTime",
|
|
148
148
|
class: "box"
|
|
@@ -30,8 +30,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
30
30
|
...__default__,
|
|
31
31
|
setup(__props) {
|
|
32
32
|
const { isDark } = utils.useThemeHook();
|
|
33
|
-
const colors = ["#F84439", "#
|
|
34
|
-
const colors_light = ["#FF4D4F", "#
|
|
33
|
+
const colors = ["#F84439", "#FDBD00", "#15F3A3", "#00DEFF"];
|
|
34
|
+
const colors_light = ["#FF4D4F", "#FAAD14", "#52C41A", "#1677FF"];
|
|
35
35
|
const LinearGradientColor = [["#FF4A4A", "#FF7474"], ["#FDBD00", "#F4A93B"], ["#15F3A3", "#11D68F"], ["#59AEDE", "#338EC1"]];
|
|
36
36
|
const LinearGradientColor_light = [["#FF4A4A", "#FF7474"], ["#FDBD00", "#F4A93B"], ["#15F3A3", "#11D68F"], ["#1677FF", "#85B8FF"]];
|
|
37
37
|
const riskLevel = vue.ref([
|