田源
2024-12-25 522dd4df2656e5619fed014a49b2d5b40437908a
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>