Browse Source

调整样式

mifei 2 weeks ago
parent
commit
01c04058a4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/assets/css/left.scss

+ 4 - 4
src/assets/css/left.scss

@@ -20,7 +20,7 @@
20
     .left_top {
20
     .left_top {
21
         box-sizing: border-box;
21
         box-sizing: border-box;
22
         width: 392px;
22
         width: 392px;
23
-        height: 250px;
23
+        height: 230px;
24
         //  border: 2px solid darkcyan;
24
         //  border: 2px solid darkcyan;
25
 
25
 
26
         .list {
26
         .list {
@@ -73,12 +73,12 @@
73
         box-sizing: border-box;
73
         box-sizing: border-box;
74
         height: 219px;
74
         height: 219px;
75
         width: 392px;
75
         width: 392px;
76
-        height: 208px;
76
+        height: 188px;
77
 
77
 
78
         //  border: 2px solid #5F7BDC;
78
         //  border: 2px solid #5F7BDC;
79
         .content {
79
         .content {
80
             display: flex;
80
             display: flex;
81
-
81
+            
82
             .count {
82
             .count {
83
                 display: flex;
83
                 display: flex;
84
                 flex-direction: column;
84
                 flex-direction: column;
@@ -334,7 +334,7 @@
334
                     display: flex;
334
                     display: flex;
335
                     align-items: center;
335
                     align-items: center;
336
                     .cureet-text{
336
                     .cureet-text{
337
-                        width: 100px;
337
+                        max-width: 100px;
338
                         overflow: hidden;
338
                         overflow: hidden;
339
                         white-space: nowrap;
339
                         white-space: nowrap;
340
                         text-overflow: ellipsis;
340
                         text-overflow: ellipsis;