提交 3b068c79 作者: 龚洪江

修复:论坛,招投标,新闻等缺陷修复

上级 7e2bd38f
......@@ -9,16 +9,23 @@
border-bottom: 1px dashed RGBA(222, 222, 222, 1);
justify-content: space-between;
align-items: center;
cursor: pointer;
&:hover{
.info{
.title{
color: red;
}
}
}
.info {
flex: 1;
.title {
font-size: 14px;
color: #3c3e42;
width: 649px;
white-space: nowrap;
width:100%;
text-overflow: ellipsis;
@include ellipsis(1);
margin-right: 10px;
}
.desc {
font-size: 14px;
......
......@@ -67,16 +67,11 @@ export default function Cases(props: Props) {
return (
<div className={styles.item} key={item.id}>
<div className={styles.info}>
<div className={styles.title}>
<Button
type='link'
style={{
padding: '0 0',
}}
onClick={() => Router.push('/projectInfo/caseArticle/' + item.id)}
>
{item.caseTitle}
</Button>
<div
className={styles.title}
onClick={() => Router.push('/projectInfo/caseArticle/' + item.id)}
>
{item.caseTitle}
</div>
</div>
<Button
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论