remove:Demo1多余css

This commit is contained in:
kvkens 2018-09-11 15:50:10 +08:00
parent 941c791f3f
commit 81979eb574
1 changed files with 34 additions and 37 deletions

View File

@ -11,7 +11,8 @@ import Tooltip from "bee-tooltip";
import Table from "../../src";
const columns = [
{ title: "用户名", dataIndex: "a", key: "a", width:80 , className:"rowClassName",
{
title: "用户名", dataIndex: "a", key: "a", width: 80, className: "rowClassName",
render: (text, record, index) => {
return (
<Tooltip inverse overlay={text}>
@ -25,7 +26,8 @@ const columns = [
}}>{text}</span>
</Tooltip>
);
}},
}
},
{ id: "123", title: "性别", dataIndex: "b", key: "b", width: 100 },
{ title: "年龄", dataIndex: "c", key: "c", width: 200 },
{
@ -36,16 +38,11 @@ const columns = [
return (
<div style={{ position: 'relative' }} title={text} >
<a
href="#"
href="javascript:;"
tooltip={text}
onClick={() => {
alert('这是第' + index + '列,内容为:' + text);
}}
style={{
position: 'absolute',
top: 5,
left: 0
}}
>
一些操作
</a>