mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 18:00:54 +08:00
style (#482)
This commit is contained in:
@@ -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')"
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user