This commit is contained in:
parent
7807142acf
commit
90d79fb903
|
@ -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} >
|
||||
|
|
|
@ -185,6 +185,7 @@ $checkbox-height:16px;
|
|||
border: 1px solid $table-border-color;
|
||||
user-select: none;
|
||||
background: #fff;
|
||||
margin-right: 10px;
|
||||
}
|
||||
&-spaced {
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Reference in New Issue