shish 11 месяцев назад
Родитель
Сommit
4f6ce75b1d
1 измененных файлов с 10 добавлено и 9 удалено
  1. 10 9
      hdPad/src/pages/home/components/customList.vue

+ 10 - 9
hdPad/src/pages/home/components/customList.vue

@@ -277,14 +277,15 @@ export default {
         border: 1px solid #eee;
         border: 1px solid #eee;
         & .show-item_box {
         & .show-item_box {
             padding: 2upx;
             padding: 2upx;
-            & .item-body_box {
+                            & .item-body_box {
                 border-radius: 2upx;
                 border-radius: 2upx;
                 padding: 5upx;
                 padding: 5upx;
                 font-size: 14upx;
                 font-size: 14upx;
                 color:#666666;
                 color:#666666;
-                height:70upx;
+                height:60upx;
                 display: flex;
                 display: flex;
-                align-items: center;
+                align-items: flex-start;
+                padding-top: 8upx;
                 
                 
                 &.active {
                 &.active {
                     background-color: #d4d6d6;
                     background-color: #d4d6d6;
@@ -294,8 +295,8 @@ export default {
                 }
                 }
                 
                 
                 & .avatar-image {
                 & .avatar-image {
-                    width: 50upx;
-                    height: 50upx;
+                    width: 40upx;
+                    height: 40upx;
                     border-radius: 5upx;
                     border-radius: 5upx;
                     margin-right: 10upx;
                     margin-right: 10upx;
                     flex-shrink: 0;
                     flex-shrink: 0;
@@ -305,13 +306,13 @@ export default {
                     flex: 1;
                     flex: 1;
                     display: flex;
                     display: flex;
                     flex-direction: column;
                     flex-direction: column;
-                    justify-content: space-between;
-                    height: 100%;
+                    justify-content: flex-start;
+                    height: 48upx;
                     overflow: hidden;
                     overflow: hidden;
                     
                     
                     & .customer-name {
                     & .customer-name {
                         font-size: 11upx;
                         font-size: 11upx;
-                        margin-bottom: 2upx;
+                        margin-bottom: 4upx;
                         display: flex;
                         display: flex;
                         justify-content: space-between;
                         justify-content: space-between;
                         align-items: center;
                         align-items: center;
@@ -341,7 +342,7 @@ export default {
                         display: flex;
                         display: flex;
                         justify-content: space-between;
                         justify-content: space-between;
                         align-items: center;
                         align-items: center;
-                        margin-bottom: 2upx;
+                        margin-bottom: 4upx;
                         
                         
                         & .balance {
                         & .balance {
                             font-size: 10upx;
                             font-size: 10upx;