Commit f4f350d3 by zhaochengxiang

模型字段概览窗口调大 提Bug

parent 2c2773e9
...@@ -183,7 +183,7 @@ tr.drop-over-upward td { ...@@ -183,7 +183,7 @@ tr.drop-over-upward td {
} }
.tooltip-common { .tooltip-common {
max-width: 450px; max-width: 600px;
color: #000 !important; color: #000 !important;
.yy-popover-inner-content { .yy-popover-inner-content {
......
...@@ -49,7 +49,7 @@ const ModelNameColumn = (props) => { ...@@ -49,7 +49,7 @@ const ModelNameColumn = (props) => {
let _textComponent = <span style={{ color: '#000' }}>{text}</span>; let _textComponent = <span style={{ color: '#000' }}>{text}</span>;
if (data.digest) { if (data.digest) {
_textComponent = <div style={{ width: 400, maxHeight: 300, overflow: 'auto' }}> _textComponent = <div style={{ width: 500, maxHeight: 300, overflow: 'auto' }}>
<Table <Table
dataSource={data.digest.attributeDigests||[]} dataSource={data.digest.attributeDigests||[]}
columns={cols} columns={cols}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment