This commit is contained in:
jonyshi 2018-12-29 13:38:04 +08:00
parent 7807142acf
commit 90d79fb903
2 changed files with 3 additions and 1 deletions

View File

@ -12,10 +12,11 @@ import Checkbox from 'bee-checkbox';
const columns = [
{
title: "-",
title: "",
dataIndex: "d",
fixed: "left",
key: "d",
width:80,
render(text, record, index) {
return (
<div style={{ position: 'relative' }} title={text} >

View File

@ -185,6 +185,7 @@ $checkbox-height:16px;
border: 1px solid $table-border-color;
user-select: none;
background: #fff;
margin-right: 10px;
}
&-spaced {
visibility: hidden;