From 92645d9c178b6f8c0ada5004f0837a1eda28d77e Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Wed, 8 Jun 2022 18:52:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../device/AppMediaManage/components/List.vue | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/packages/device/AppMediaManage/components/List.vue b/packages/device/AppMediaManage/components/List.vue
index 07218b84..eb52abb4 100644
--- a/packages/device/AppMediaManage/components/List.vue
+++ b/packages/device/AppMediaManage/components/List.vue
@@ -57,6 +57,11 @@
{{$dict.getLabel('dlbResourceType', info.type)}}
+
+
+ {{ info.content }}
+
+
@@ -228,5 +233,16 @@ export default {
.audios {
padding-left: 40px;
}
+
+ ::v-deep .ai-info-item__right {
+ width: 100%;
+ }
+
+ .content {
+ width: 100%;
+ height: 200px;
+ overflow-y: auto;
+ overflow-y: scroll;
+ }
}