Commit 32c77705 by zhaochengxiang

资产标签

parent 63a69a9f
......@@ -105,16 +105,7 @@ const TagColumn = (props) => {
return (
<React.Fragment>
{
(styleType==='simple') && <div
className='textOverflow'
style={{
fontSize: 13,
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
wordBreak: 'break-all'
}}
>
(styleType==='simple') && <div>
{
(ownTags||[]).map((item, index) => {
return (
......
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