Commit a6c0f4c7 authored by 陈珊's avatar 陈珊

1

parent 2c5f0563
...@@ -174,12 +174,6 @@ ...@@ -174,12 +174,6 @@
color: #fff; color: #fff;
} }
.container .maincon .card .list .list-main .flex-item div {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.container .maincon .card .list .list-main .flex-item:nth-child(odd) { .container .maincon .card .list .list-main .flex-item:nth-child(odd) {
background: rgba(22, 126, 255, 0.05); background: rgba(22, 126, 255, 0.05);
} }
......
...@@ -123,9 +123,9 @@ ...@@ -123,9 +123,9 @@
text-align: center; text-align: center;
color: #fff; color: #fff;
div{ div{
overflow: hidden; // overflow: hidden;
white-space: nowrap; // white-space: nowrap;
text-overflow: ellipsis; // text-overflow: ellipsis;
} }
&:nth-child(odd){ &:nth-child(odd){
background: rgba(22, 126, 255, .05); background: rgba(22, 126, 255, .05);
......
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