iview renderHeader()


iview renderHeader()

// Tooltip提示
{
    title: '一級', // 9th
    align: 'center',
    children: [
        {
            title: '二級',
            key: 'erji',
            align: 'center',
            width: 100,
            renderHeader: (h, params) => {
                return h('div', [
                    h('Tooltip', {
                        props: {
                            content: '二級浮動提示內容',
                            placement: 'top',
                            transfer: true,
                            maxWidth: '220',
                            theme: 'light'
                        },
                        class: 'm-tooltip-overflow'
                    }, [
                        h('Icon', {
                            props: {
                                type: 'ios-information-empty',
                                color: '#495060',
                                size: 'medium'
                            },
                            style: {
                                marginRight: '2px'
                            }
                        }),
                        h('span', '字段名稱')
                    ])
                ]);
                // return h('Tooltip', {
                //     props: {
                //         content: '提示內容',
                //         placement: 'top',
                //         transfer: true,
                //         maxWidth: '220',
                //         theme: 'light'
                //     },
                //     class: 'm-tooltip-overflow'
                // }, '字段名稱');
            }
        },
        {
            title: '二級',
            key: 'erji',
            align: 'center',
            width: 100
        },
        {
            title: '二級',
            key: 'erji',
            align: 'center',
            width: 100
        },
        {
            title: '二級',
            key: 'erji',
            align: 'center',
            width: 80
        },
        {
            title: '二級',
            key: 'erji',
            align: 'center',
            width: 100
        }
    ]
},

end.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM