inl-ui 0.0.44 → 0.0.45
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/index.js +20 -11
- package/dist/index.js.map +1 -1
- package/dist/style.css +6 -6
- package/package.json +1 -1
- package/src/components/layoutNav/index.tsx +1 -0
- package/src/pageComponent/assets/styles/systemManager/aboutNew.less +2 -9
- package/src/pageComponent/assets/styles/systemManager/systemSetting.less +1 -1
- package/src/pageComponent/components/CommonTree.tsx +1 -1
- package/src/pageComponent/views/data-center/assets/less/dataAnalysis.less +153 -156
- package/src/pageComponent/views/data-center/cardSubscription.tsx +3 -2
- package/src/pageComponent/views/productionPlanManager/assets/daySCPlan.less +5 -0
- package/src/pageComponent/views/productionPlanManager/assets/productionPlan.less +1 -0
- package/src/pageComponent/views/productionPlanManager/daySCPlan.tsx +2 -2
- package/src/pageComponent/views/systemManager/aboutNew/index.tsx +12 -10
- package/src/pageComponent/views/video/assets/styles/video/photo.less +0 -1
- package/src/pageComponent/views/video/assets/styles/video/setting.less +1 -1
- package/src/pageComponent/views/video/sbgl/nvr.tsx +1 -1
- package/src/pageComponent/views/video/setting/system.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { ColorPicker } from 'vue-color-kit';
|
|
|
18
18
|
import 'vue-color-kit/dist/vue-color-kit.css';
|
|
19
19
|
import 'inl-card/dist/style.css';
|
|
20
20
|
|
|
21
|
-
var version = "0.0.
|
|
21
|
+
var version = "0.0.45";
|
|
22
22
|
|
|
23
23
|
const config$1 = {
|
|
24
24
|
prefix: "inl"
|
|
@@ -6680,6 +6680,7 @@ const LayoutNav = defineComponent({
|
|
|
6680
6680
|
"onUpdate:selectedKeys": $event => state.selectedKeys = $event
|
|
6681
6681
|
}, _isSlot$19(_slot = props.menu.map(item => createVNode(resolveComponent("a-menu-item"), {
|
|
6682
6682
|
"class": "flex-center",
|
|
6683
|
+
"style": "display: flex",
|
|
6683
6684
|
"key": item.code,
|
|
6684
6685
|
"title": item.name,
|
|
6685
6686
|
"onClick": () => jump2Menu(item)
|
|
@@ -7751,7 +7752,7 @@ const AboutNew = defineComponent({
|
|
|
7751
7752
|
return () => {
|
|
7752
7753
|
let _slot;
|
|
7753
7754
|
return createVNode("div", {
|
|
7754
|
-
"class": "aboutNew",
|
|
7755
|
+
"class": "aboutNew flex",
|
|
7755
7756
|
"id": "aboutNew"
|
|
7756
7757
|
}, [createVNode("div", {
|
|
7757
7758
|
"class": "flex-center logoLine"
|
|
@@ -7779,7 +7780,9 @@ const AboutNew = defineComponent({
|
|
|
7779
7780
|
}, [software]))) ? _slot : {
|
|
7780
7781
|
default: () => [_slot]
|
|
7781
7782
|
}), createVNode("div", {
|
|
7782
|
-
"class": "
|
|
7783
|
+
"class": "QRcodeBox flex1 flex"
|
|
7784
|
+
}, [createVNode("div", {
|
|
7785
|
+
"class": "flex-center"
|
|
7783
7786
|
}, [createVNode("img", {
|
|
7784
7787
|
"class": "QRcode",
|
|
7785
7788
|
"src": "/micro-assets/inl/logo/QRcode.png"
|
|
@@ -7791,7 +7794,7 @@ const AboutNew = defineComponent({
|
|
|
7791
7794
|
"class": "label"
|
|
7792
7795
|
}, [info.label, createTextVNode("\uFF1A")]), createVNode("div", {
|
|
7793
7796
|
"class": "value"
|
|
7794
|
-
}, [info.value])]))])])]);
|
|
7797
|
+
}, [info.value])]))])])])]);
|
|
7795
7798
|
};
|
|
7796
7799
|
}
|
|
7797
7800
|
});
|
|
@@ -9685,7 +9688,7 @@ const CommonTree$1 = defineComponent({
|
|
|
9685
9688
|
}, {
|
|
9686
9689
|
default: () => [createVNode(CloudDownloadOutlined, null, null), createTextVNode("\u4E0B\u8F7Djson\u6587\u4EF6")]
|
|
9687
9690
|
})])]), createVNode("div", {
|
|
9688
|
-
"class": "tree-container"
|
|
9691
|
+
"class": "tree-container felx1"
|
|
9689
9692
|
}, [createVNode(resolveComponent("a-spin"), {
|
|
9690
9693
|
"spinning": isLoading.value
|
|
9691
9694
|
}, {
|
|
@@ -33195,7 +33198,7 @@ const com$i = defineComponent({
|
|
|
33195
33198
|
return () => {
|
|
33196
33199
|
let _slot;
|
|
33197
33200
|
return createVNode("div", {
|
|
33198
|
-
"class": "photoPage"
|
|
33201
|
+
"class": "photoPage flex"
|
|
33199
33202
|
}, [createVNode(resolveComponent("a-modal"), {
|
|
33200
33203
|
"visible": data.dialog,
|
|
33201
33204
|
"onUpdate:visible": $event => data.dialog = $event,
|
|
@@ -33683,7 +33686,7 @@ const com$g = defineComponent({
|
|
|
33683
33686
|
}
|
|
33684
33687
|
};
|
|
33685
33688
|
return () => createVNode("div", {
|
|
33686
|
-
"class": "setting_system
|
|
33689
|
+
"class": "setting_system"
|
|
33687
33690
|
}, [createVNode("div", {
|
|
33688
33691
|
"class": "system_title"
|
|
33689
33692
|
}, [createTextVNode("\u7CFB\u7EDF\u8BBE\u7F6E")]), createVNode(resolveComponent("a-form"), {
|
|
@@ -54293,7 +54296,10 @@ const cardSubscription = defineComponent({
|
|
|
54293
54296
|
watch(() => personVisible.value, e => {
|
|
54294
54297
|
if (!e) refresh();
|
|
54295
54298
|
});
|
|
54296
|
-
return () => createVNode("div",
|
|
54299
|
+
return () => createVNode("div", {
|
|
54300
|
+
"class": "cardSubscription flex",
|
|
54301
|
+
"style": "flex-direction: column;"
|
|
54302
|
+
}, [createVNode("div", null, [createVNode(resolveComponent("a-form"), {
|
|
54297
54303
|
"label-col": {
|
|
54298
54304
|
span: 8
|
|
54299
54305
|
},
|
|
@@ -54334,7 +54340,9 @@ const cardSubscription = defineComponent({
|
|
|
54334
54340
|
})]
|
|
54335
54341
|
})]
|
|
54336
54342
|
})]
|
|
54337
|
-
})]), createVNode("div",
|
|
54343
|
+
})]), createVNode("div", {
|
|
54344
|
+
"style": "display: flex; flex-direction: column; overflow: hidden;"
|
|
54345
|
+
}, [createVNode("div", {
|
|
54338
54346
|
"style": "margin-bottom: 20px;"
|
|
54339
54347
|
}, [createVNode(resolveComponent("a-button"), {
|
|
54340
54348
|
"type": "primary",
|
|
@@ -54346,6 +54354,7 @@ const cardSubscription = defineComponent({
|
|
|
54346
54354
|
}, {
|
|
54347
54355
|
default: () => [createTextVNode("\u65B0\u589E\u6743\u9650")]
|
|
54348
54356
|
})]), createVNode(resolveComponent("a-table"), {
|
|
54357
|
+
"style": "overflow: auto;",
|
|
54349
54358
|
"dataSource": tableList.value,
|
|
54350
54359
|
"columns": column,
|
|
54351
54360
|
"pagination": {
|
|
@@ -66061,7 +66070,7 @@ const com$1 = defineComponent({
|
|
|
66061
66070
|
refresh();
|
|
66062
66071
|
});
|
|
66063
66072
|
return () => createVNode("div", {
|
|
66064
|
-
"class": "daySCPlan"
|
|
66073
|
+
"class": "daySCPlan flex"
|
|
66065
66074
|
}, [createVNode(resolveComponent("a-row"), null, {
|
|
66066
66075
|
default: () => [createVNode(resolveComponent("a-col"), {
|
|
66067
66076
|
"span": 24
|
|
@@ -66118,7 +66127,7 @@ const com$1 = defineComponent({
|
|
|
66118
66127
|
"pagination": pagination,
|
|
66119
66128
|
"loading": isLoading.value,
|
|
66120
66129
|
"rowKey": "id",
|
|
66121
|
-
"class": "
|
|
66130
|
+
"class": "daySCPlanTable"
|
|
66122
66131
|
}, {
|
|
66123
66132
|
bodyCell: ({
|
|
66124
66133
|
column,
|