Browse Source

收款工具

Admin 3 years ago
parent
commit
99c2888ec0

+ 6 - 0
components/cm-module/receipt/receipt-details.vue

@@ -174,6 +174,12 @@ export default {
 			}
 			&.sms {
 				height: auto;
+				text-overflow: ellipsis;
+				overflow: hidden;
+				display: -webkit-box;
+				-webkit-line-clamp: 2;
+				line-clamp: 2;
+				-webkit-box-orient: vertical;
 			}
 		}
 	}

+ 6 - 0
components/cm-module/receipt/receipt-orderDetails.vue

@@ -266,6 +266,12 @@ export default {
 			}
 			&.sms {
 				height: auto;
+				text-overflow: ellipsis;
+				overflow: hidden;
+				display: -webkit-box;
+				-webkit-line-clamp: 2;
+				line-clamp: 2;
+				-webkit-box-orient: vertical;
 			}
 		}
 	}

+ 9 - 0
pages/relation/ordinary/index.vue

@@ -996,6 +996,15 @@ page {
 				height: 100rpx;
 				padding: 10rpx;
 				border-radius: 4rpx;
+				.text {
+					height: 100%;
+					text-overflow: ellipsis;
+					overflow: hidden;
+					display: -webkit-box;
+					-webkit-line-clamp: 2;
+					line-clamp: 2;
+					-webkit-box-orient: vertical;
+				}
 			}
 		}
 		.list-icon {

+ 9 - 0
pages/relation/refund/index.vue

@@ -644,6 +644,15 @@ page {
 				height: 100rpx;
 				padding: 10rpx;
 				border-radius: 4rpx;
+				.text {
+					height: 100%;
+					text-overflow: ellipsis;
+					overflow: hidden;
+					display: -webkit-box;
+					-webkit-line-clamp: 2;
+					line-clamp: 2;
+					-webkit-box-orient: vertical;
+				}
 			}
 		}
 		.list-icon {

+ 9 - 0
pages/relation/return/index.vue

@@ -672,6 +672,15 @@ page {
 				height: 100rpx;
 				padding: 10rpx;
 				border-radius: 4rpx;
+				.text {
+					height: 100%;
+					text-overflow: ellipsis;
+					overflow: hidden;
+					display: -webkit-box;
+					-webkit-line-clamp: 2;
+					line-clamp: 2;
+					-webkit-box-orient: vertical;
+				}
 			}
 		}
 		.list-icon {