兰宝车间质量管理系统-前端
LiYaoheng
2024-06-06 e8a641f3a38793997228f20f4684594b794506ab
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" />