This commit is contained in:
dagongren 2024-04-18 10:49:39 +08:00 committed by GitHub
parent 761e98884b
commit 5ac4517187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
:triggerLength="18" :triggerLength="18"
> >
<template #one> <template #one>
<div class="relation-views-left" :style="{ height: `${windowHeight - 115}px` }"> <div class="relation-views-left" :style="{ height: `${windowHeight - 64}px` }">
<div class="relation-views-left-header" :title="$route.meta.name">{{ $route.meta.name }}</div> <div class="relation-views-left-header" :title="$route.meta.name">{{ $route.meta.name }}</div>
<a-input <a-input
:placeholder="$t('cmdb.serviceTree.searchTips')" :placeholder="$t('cmdb.serviceTree.searchTips')"

View File

@ -6,7 +6,7 @@
:max="500" :max="500"
:paneLengthPixel.sync="paneLengthPixel" :paneLengthPixel.sync="paneLengthPixel"
appName="setting-structure" appName="setting-structure"
triggerColor="#F0F5FF" triggerColor="#b1c9ff"
:triggerLength="18" :triggerLength="18"
> >
<template #one> <template #one>