兰宝车间质量管理系统-前端
gssong
2024-06-01 9de3f25f6a714175ffed224f3f5c7e9b70735ba0
src/components/IconSelect/index.vue
@@ -1,5 +1,5 @@
<template>
  <div class="relative" :style="{ width: width }">
  <div class="relative" :style="{ 'width': width }">
    <el-input v-model="modelValue" readonly placeholder="点击选择图标" @click="visible = !visible">
      <template #prepend>
        <svg-icon :icon-class="modelValue" />