|
|
|
@ -44,7 +44,7 @@ |
|
|
|
<div class="title"> |
|
|
|
<component :is="calcLeftPanel?.icon" /> |
|
|
|
{{ calcLeftPanel?.title }} |
|
|
|
<el-input v-model="sectionLeftSearch" style="width: 240px" placeholder="Search"> |
|
|
|
<el-input v-model="sectionLeftSearch" size="small" style="width: 240px" placeholder="Search"> |
|
|
|
<template #prefix> |
|
|
|
<component :is="renderIcon('element Search')"></component> |
|
|
|
</template> |
|
|
|
@ -75,7 +75,7 @@ |
|
|
|
<div class="title"> |
|
|
|
<component :is="calcRightPanel?.icon" /> |
|
|
|
{{ calcRightPanel?.title }} |
|
|
|
<el-input v-model="sectionLeftSearch" style="width: 240px" placeholder="Search"> |
|
|
|
<el-input v-model="sectionLeftSearch" size="small" style="width: 240px" placeholder="Search"> |
|
|
|
<template #prefix> |
|
|
|
<component :is="renderIcon('element Search')"></component> |
|
|
|
</template> |
|
|
|
@ -95,7 +95,7 @@ |
|
|
|
<div class="title"> |
|
|
|
<component :is="calcBottomPanel?.icon" /> |
|
|
|
{{ calcBottomPanel?.title }} |
|
|
|
<el-input v-model="sectionLeftSearch" style="width: 240px" placeholder="Search"> |
|
|
|
<el-input v-model="sectionLeftSearch" size="small" style="width: 240px" placeholder="Search"> |
|
|
|
<template #prefix> |
|
|
|
<component :is="renderIcon('element Search')"></component> |
|
|
|
</template> |
|
|
|
|