lsc 3 months ago
parent
commit
e58756cf00
1 changed files with 6 additions and 2 deletions
  1. 6 2
      css/Desktop/Desktop.css

+ 6 - 2
css/Desktop/Desktop.css

@@ -1134,9 +1134,9 @@ body div ::-webkit-scrollbar-resizer:vertical {
     right: 100px;
     top: 0;
     border-radius: 10px;
-    width: 300px;
+    width: 270px;
     /* height: 100px; */
-    padding: 10px 20px;
+    padding: 10px 10px;
     box-sizing: border-box;
     box-shadow: 0px 3px 6px 0px #0000003b;
     background-image: url(../../img/icon/vip_box.png);
@@ -1168,4 +1168,8 @@ body div ::-webkit-scrollbar-resizer:vertical {
     font-size: 14px;
     margin-top: 8px;
     color: #9baabd;
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    width: 100%;
 }