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;
+ }
}