From 49c623058bd160fee79cc8a245b93d2770eb72bf Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期三, 25 十二月 2024 11:02:20 +0800 Subject: [PATCH] 修改样式文件 --- Source/plt-web/plt-web-ui/src/components/PLT-basic-component/input-icon.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/input-icon.vue b/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/input-icon.vue index 6c25d75..ba89e6f 100644 --- a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/input-icon.vue +++ b/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/input-icon.vue @@ -27,7 +27,7 @@ </div> <div style="height: 60vh"> <el-tabs v-model="activeName" @tab-click="handleTabClick"> - <el-tab-pane v-for="item in iconList" :label="item.lable" :name="item.lable" style="height: calc(60vh - 80px);;overflow: auto "> + <el-tab-pane v-for="item in iconList" :label="item.lable" :name="item.lable" style="height: calc(60vh - 60px);;overflow: auto "> <div class="iconList"> <div class="iconItem" v-for="svg in item.list" :data-value="svg.name" @click="checkSvg(svg,item.lable)"> <div class="svgContent" v-html="svg.content"></div> -- Gitblit v1.9.3