提交 3b068c79 作者: 龚洪江

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

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