From 2adce788c1a411959b81f08d5569d92861c7f300 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 17 十月 2023 16:54:52 +0800
Subject: [PATCH] 删除无用代码 修改部分逻辑 调整部分样式

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 48b6a60..93a757f 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -905,7 +905,8 @@
 						margin-left: vww(20);
 						padding-bottom: vww(12);
 						position: relative;
-						@include flex flex-direction: column;
+						@include flex;
+						flex-direction: column;
 						align-items: flex-start;
 
 						.first-line {
@@ -935,6 +936,13 @@
 									color: #ffffff;
 									margin-right: vww(20);
 								}
+
+								.filedname {
+									white-space: nowrap;
+									overflow: hidden;
+									text-overflow: ellipsis;
+									flex: 1;
+								}
 							}
 
 							.main-divider {
@@ -961,6 +969,7 @@
 						.first-extra {
 							@include firstLine;
 							height: vww(32);
+							align-items: center;
 
 							.main-information {
 								width: 100%;
@@ -974,6 +983,9 @@
 									height: vww(28);
 									line-height: vww(28);
 									text-align: center;
+									// display: flex;
+									// justify-content: center;
+									// align-items: center;
 									background: url('https://mx.jzeg.cn:9095/appimg/image/banner/redblock.png') no-repeat;
 									background-size: contain;
 									font-size: 30rpx;
@@ -981,6 +993,13 @@
 									color: #ffffff;
 									margin-right: vww(20);
 								}
+
+								.filedname {
+									white-space: nowrap;
+									overflow: hidden;
+									text-overflow: ellipsis;
+									flex: 1;
+								}
 							}
 						}
 

--
Gitblit v1.9.1