Commit 4dc50ea6 authored by GuanHua's avatar GuanHua

fix: 修改app渠道装修样式问题

parent e5955547
...@@ -194,19 +194,20 @@ ...@@ -194,19 +194,20 @@
} }
&-list { &-list {
padding-left: 16px; padding-left: 12px;
padding-top: 8px;
white-space: nowrap; white-space: nowrap;
&-item { &-item {
display: inline-block; display: inline-block;
margin-right: 16px; margin-right: 12px;
width: 112px; width: 112px;
padding-bottom: 10px; padding-bottom: 10px;
&-name { &-name {
font-size: 12px; font-size: 12px;
color: #303133; color: #303133;
margin-top: 8px; // margin-top: 8px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
......
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