兰宝车间质量管理系统-前端
LiuHao
2024-03-18 a9cd5684b288013767a96754b3c3a8b6733089b9
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" />