Commit d7a7efbb authored by 曾婧's avatar 曾婧

fix: 省略号问题

parent 118764ae
...@@ -249,7 +249,8 @@ ...@@ -249,7 +249,8 @@
margin-top:0!important; margin-top:0!important;
margin-bottom: 0!important; margin-bottom: 0!important;
.test-icon{ .test-icon{
margin-left: 20px; color:#7a7a7a!important;
margin-left: 30px;
padding:0 10px!important; padding:0 10px!important;
} }
...@@ -292,7 +293,7 @@ ...@@ -292,7 +293,7 @@
border-radius: 5px; border-radius: 5px;
} }
.test-icon{ .test-icon{
margin-left: 20px; margin-left: 30px;
padding:10px 0!important; padding:10px 0!important;
} }
} }
...@@ -303,6 +304,7 @@ ...@@ -303,6 +304,7 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
padding-left: 6px; padding-left: 6px;
color:#7a7a7a!important;
.my-svg { .my-svg {
display: inline-block; display: inline-block;
width: 18px; width: 18px;
......
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