mirror of https://github.com/veops/cmdb.git
style (#482)
This commit is contained in:
parent
761e98884b
commit
5ac4517187
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue