|
@@ -89,12 +89,12 @@
|
|
|
<div>{{ item.name }}</div>
|
|
|
<span>{{ item.label }}</span>
|
|
|
</div>
|
|
|
- <!-- <div class="ac_c_i_t_popover" v-if="item.userid == userId">
|
|
|
+ <div class="ac_c_i_t_popover" v-if="item.userid == userId">
|
|
|
<div class="ac_c_i_t_p_box" v-if="editAppCard === item.id" v-click-outside="handleBlur">
|
|
|
<div @click="updateApp(item)">修改</div>
|
|
|
</div>
|
|
|
<svg t="1732786015570" @click.stop="updateCard(item.id)" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9199" width="200" height="200"><path d="M192 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-29.866667-68.266667-68.266667-68.266667zM512 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-29.866667-68.266667-68.266667-68.266667zM832 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-34.133333-68.266667-68.266667-68.266667z" fill="#111111" p-id="9200"></path></svg>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
</div>
|