标记显示宽度
This commit is contained in:
parent
e591de00fd
commit
7295a71bc5
|
@ -310,7 +310,7 @@ class NewTags extends Component {
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
title: "颜色代码",
|
title: "颜色代码",
|
||||||
width: "20%",
|
width: "25%",
|
||||||
dataIndex: "color",
|
dataIndex: "color",
|
||||||
render: (text, item) => (
|
render: (text, item) => (
|
||||||
<span className="grid-item">
|
<span className="grid-item">
|
||||||
|
|
Loading…
Reference in New Issue