From e2da209f39145a2449bf1c11e7002d0c84836e32 Mon Sep 17 00:00:00 2001 From: yuxin-pc Date: Tue, 10 Jun 2025 14:11:47 +0800 Subject: [PATCH] Update DataPackage.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 展示字段调整 --- .../src/modules/dataPackage/DataPackage.vue | 42 +++++++++++++++++-- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/oscm/board/src/modules/dataPackage/DataPackage.vue b/oscm/board/src/modules/dataPackage/DataPackage.vue index a3d1acc..7d821fc 100644 --- a/oscm/board/src/modules/dataPackage/DataPackage.vue +++ b/oscm/board/src/modules/dataPackage/DataPackage.vue @@ -27,8 +27,17 @@ - - + + + + + + + 50 ? '...' : ''); // 截断过长的UA } } }; - \ No newline at end of file + + + \ No newline at end of file