shish 2 ani în urmă
părinte
comite
d37141b030

+ 2 - 2
ghsPad/src/pages/home/components/customerList.vue

@@ -99,8 +99,8 @@ export default {
     min-height: 130upx;
     overflow-y: scroll;
     .fast-kd{
-      font-size:24upx;
-      width:130upx;
+      font-size:20upx;
+      width:100upx;
       padding:30upx 0 30upx 0;
       position:absolute;
       top:20upx;

+ 2 - 3
ghsPad/src/pages/home/components/rightItem.vue

@@ -146,9 +146,8 @@ export default {
                     & > view {
                         & > view:nth-child(1) {
                             overflow: hidden;
-                            text-overflow:ellipsis;
                             white-space: nowrap;
-                            width:90%;
+                            width:100%;
                             font-size:9upx;
                         }
                         & > view:nth-child(2) {
@@ -160,7 +159,7 @@ export default {
         }
     }
     & .cat-list-area {
-        max-height: 300upx;
+        max-height: 270upx;
         display: flex;
         align-items: center;
         flex-wrap: wrap;