diff --git a/src/components/customUI/Table.vue b/src/components/customUI/Table.vue index 982b163..6d27bec 100644 --- a/src/components/customUI/Table.vue +++ b/src/components/customUI/Table.vue @@ -161,7 +161,7 @@ watch(
-
+
- {{ group[0].value }} + {{ group[0].value }} - {{ group[1].value }} + {{ group[1].value }}
{ return options.value.find(({ selected }) => selected)?.spec || []; }); -onMounted(() => { - getOption(); -}); +// onMounted(() => { +// getOption(); +// }); const openModal = () => { graph_add_item.showModal(); diff --git a/src/views/graphManagement/components/GraphSidebar.vue b/src/views/graphManagement/components/GraphSidebar.vue index 864a2ff..15314a9 100644 --- a/src/views/graphManagement/components/GraphSidebar.vue +++ b/src/views/graphManagement/components/GraphSidebar.vue @@ -130,8 +130,8 @@ const getNewFilename = async (e) => { }); getData(res); } else if ( - e.target.value !== "" && - e.target.value !== selectedItem.value?.title + e?.target.value !== "" && + e?.target.value !== selectedItem.value?.title ) { // 編輯 const res = await updateSideBarTreeName({ diff --git a/src/views/system/components/SystemInfoModalImage.vue b/src/views/system/components/SystemInfoModalImage.vue index 03c077a..c8e6cab 100644 --- a/src/views/system/components/SystemInfoModalImage.vue +++ b/src/views/system/components/SystemInfoModalImage.vue @@ -26,7 +26,7 @@ watch(
@@ -35,7 +35,7 @@ watch( @@ -49,7 +49,8 @@ watch( /* For demo */ :deep(.slick-slide) { text-align: center; - background: #1d2429; + background: #c5c5c5; + height: 400px; overflow: hidden; } @@ -57,8 +58,6 @@ watch( width: 25px; height: 25px; font-size: 25px; - color: #fff; - background-color: rgba(31, 45, 61, 0.11); transition: ease all 0.3s; opacity: 0.3; z-index: 1;