mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
parent
5bf58b5da3
commit
e30b225d8a
@ -4,12 +4,12 @@
|
||||
* @Autor: 地虎降天龙
|
||||
* @Date: 2024-04-16 09:37:06
|
||||
* @LastEditors: 地虎降天龙
|
||||
* @LastEditTime: 2024-04-16 12:01:45
|
||||
* @LastEditTime: 2024-04-16 12:13:09
|
||||
-->
|
||||
<template>
|
||||
<div v-show="su7Store.showColorList" class="colorList">
|
||||
<div v-for="(item, index) in resImg" :key="index" :class="{ 'color-item': su7Store.selColorIndex === index }"
|
||||
:style="{ backgroundImage: `url(@/../../plugins/industry4/icon/${item.src})`, width: '32px', height: '32px', borderRadius: '50%', margin: '8px', backgroundSize: '100% 100%', cursor: 'pointer' }"
|
||||
:style="{ backgroundImage: `url(@/../plugins/industry4/icon/${item.src})`, width: '32px', height: '32px', borderRadius: '50%', margin: '8px', backgroundSize: '100% 100%', cursor: 'pointer' }"
|
||||
@click="clickColor(index)"
|
||||
>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user