零号智能

  • Python
  • 部署
  • go
  • VPS
  • 运维
  • 生活琐事
  • html
零号智能
Fantasia's blog npc0.com.
  1. 首页
  2. html
  3. 正文

vue el-popover 翻车之旅

2021年1月30日 3970点热度 0人点赞 0条评论
bugel-popover在列表中点击时无弹出窗口响应。
<el-popover
    placement="top"
    style="margin-left: 10px;"
    v-model="killList[scope.row.id]"
>
  <p>确定要删除吗?</p>
  <div style="text-align: right; margin: 0">
    <el-button size="mini" type="text" @click="killList[scope.row.id] = false">取消</el-button>
    <el-button type="primary" size="mini" @click="killList[scope.row.id] = false;killGroup(scope.row.id)">确定</el-button>
  </div>
  <el-button size="mini" type="danger" slot="reference">删除</el-button>
</el-popover>

试过各种办法都不好使后发现。有处代码为:

<el-table-column fixed prop="id" label="群组id" width="120"></el-table-column>

试了试把 fixed 删除~好了~好了~好了~~~

本作品采用 知识共享署名 4.0 国际许可协议 进行许可
标签: 暂无
最后更新:2021年5月22日

vpc

这个人很懒,什么都没留下

点赞
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

COPYRIGHT © 2021 npc0.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

粤ICP备19157245号-1

粤公网安备 44030702002746号