fix endpoint topology (#475)

This commit is contained in:
Fine0830 2025-07-07 12:22:04 +08:00 committed by GitHub
parent c5e45ab97a
commit 72d7d65daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. --> limitations under the License. -->
<template> <template>
<SelectorLegend <SelectorLegend
:data="option.legend.data" :data="option.legend?.data"
:show="legendSelector.isSelector" :show="legendSelector.isSelector"
:isConfigPage="legendSelector.isConfigPage" :isConfigPage="legendSelector.isConfigPage"
:colors="option.color" :colors="option.color"

View File

@ -22,7 +22,7 @@ limitations under the License. -->
:options="DepthList" :options="DepthList"
placeholder="Select a option" placeholder="Select a option"
@change="changeDepth" @change="changeDepth"
size="small" style="width: 240px"
/> />
</span> </span>
<span class="switch-icon ml-5" title="Settings" @click="setConfig" v-if="dashboardStore.editMode"> <span class="switch-icon ml-5" title="Settings" @click="setConfig" v-if="dashboardStore.editMode">