This commit is contained in:
parent
7807142acf
commit
90d79fb903
|
@ -12,10 +12,11 @@ import Checkbox from 'bee-checkbox';
|
||||||
|
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
title: "-",
|
title: "",
|
||||||
dataIndex: "d",
|
dataIndex: "d",
|
||||||
fixed: "left",
|
fixed: "left",
|
||||||
key: "d",
|
key: "d",
|
||||||
|
width:80,
|
||||||
render(text, record, index) {
|
render(text, record, index) {
|
||||||
return (
|
return (
|
||||||
<div style={{ position: 'relative' }} title={text} >
|
<div style={{ position: 'relative' }} title={text} >
|
||||||
|
|
|
@ -185,6 +185,7 @@ $checkbox-height:16px;
|
||||||
border: 1px solid $table-border-color;
|
border: 1px solid $table-border-color;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
&-spaced {
|
&-spaced {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
Loading…
Reference in New Issue