学无先后,达者为师

网站首页 前端文档 正文

Iview table 中Tooltip 折行显示效果

作者:弹琴弹琴 更新时间: 2022-03-01 前端文档
{
        title: '服务状态监控',
        slot: 'date7',
        align: 'center',
        width: 130,
        render: (h, params) => {
          return h('Tooltip', {
            props: {
              placement: "right"
            }
          },[
            '在线',
            [
              h('p', { slot: 'content'},'CPU:12.8%'),
              h('p', { slot: 'content'},'内存:3/16GB'),
              h('p', { slot: 'content'},'磁盘:100/1000GB')
            ]
          ]);
        }
      }

原文链接:https://blog.csdn.net/bbsyi/article/details/89490337

栏目分类
最近更新