|
|
|
@ -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> |
|
|
|
@ -108,7 +108,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> |
|
|
|
@ -128,7 +128,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> |
|
|
|
|