fix endpoint topology

This commit is contained in:
Fine 2025-07-07 10:25:20 +08:00
parent c5e45ab97a
commit f5739e7341
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">