|
|
|
@ -42,6 +42,7 @@ |
|
|
|
:size="hideLeft ? 0 : sectionLeftSize"> |
|
|
|
<div class="section-item-wrap"> |
|
|
|
<div class="title"> |
|
|
|
<component :is="calcLeftPanel?.icon" /> |
|
|
|
{{ calcLeftPanel?.title }} |
|
|
|
<el-input v-model="sectionLeftSearch" style="width: 240px" placeholder="Search"> |
|
|
|
<template #prefix> |
|
|
|
@ -105,6 +106,7 @@ |
|
|
|
<SplitArea v-show="!hideRight" class="section-right" :size="hideRight ? 0 : sectionRightSize"> |
|
|
|
<div class="section-item-wrap"> |
|
|
|
<div class="title"> |
|
|
|
<component :is="calcRightPanel?.icon" /> |
|
|
|
{{ calcRightPanel?.title }} |
|
|
|
<el-input v-model="sectionLeftSearch" style="width: 240px" placeholder="Search"> |
|
|
|
<template #prefix> |
|
|
|
@ -124,6 +126,7 @@ |
|
|
|
<SplitArea v-show="!hideBottom" :class="['section-bottom']" :size="hideBottom ? 0 : bottomSize" :min-size="0"> |
|
|
|
<div class="section-item-wrap"> |
|
|
|
<div class="title"> |
|
|
|
<component :is="calcBottomPanel?.icon" /> |
|
|
|
{{ calcBottomPanel?.title }} |
|
|
|
<el-input v-model="sectionLeftSearch" style="width: 240px" placeholder="Search"> |
|
|
|
<template #prefix> |
|
|
|
|