mirror of
https://github.com/veops/cmdb.git
synced 2025-08-26 15:00:39 +08:00
feat(ui): add SplitPane calcBasedParent prop
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
:paneLengthPixel.sync="paneLengthPixel"
|
||||
appName="cmdb-ci-types"
|
||||
:triggerLength="18"
|
||||
calcBasedParent
|
||||
>
|
||||
<template #one>
|
||||
<div class="ci-types-left">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<TwoColumnLayout appName="cmdb-adc">
|
||||
<TwoColumnLayout appName="cmdb-adc" calcBasedParent>
|
||||
<template #one>
|
||||
<div class="cmdb-adc-group" v-for="group in ci_types_list" :key="group.id">
|
||||
<p>
|
||||
|
@@ -7,6 +7,7 @@
|
||||
:paneLengthPixel.sync="paneLengthPixel"
|
||||
:appName="`cmdb-relation-views-${viewId}`"
|
||||
:triggerLength="18"
|
||||
calcBasedParent
|
||||
>
|
||||
<template #one>
|
||||
<div class="relation-views-left" :style="{ height: `${windowHeight - 64}px` }">
|
||||
|
@@ -15,6 +15,7 @@
|
||||
:paneLengthPixel.sync="paneLengthPixel"
|
||||
appName="cmdb-topo-views"
|
||||
:triggerLength="18"
|
||||
calcBasedParent
|
||||
>
|
||||
<template #one>
|
||||
<a-input
|
||||
|
@@ -10,6 +10,7 @@
|
||||
:paneLengthPixel.sync="paneLengthPixel"
|
||||
appName="cmdb-tree-views"
|
||||
:triggerLength="18"
|
||||
calcBasedParent
|
||||
>
|
||||
<template #one>
|
||||
<div class="tree-views-left" :style="{ height: `${windowHeight - 64}px` }">
|
||||
|
Reference in New Issue
Block a user