From 5e0cb887a14cf5153ce98f0b0feb24f360c2ad9a Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Fri, 1 Apr 2022 10:51:06 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20flv=E6=B5=81=E5=AA=92=E4=BD=93?=
=?UTF-8?q?=E6=92=AD=E6=94=BE=E7=BB=84=E4=BB=B6=E6=93=8D=E4=BD=9C=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/Editor/StreamMediaLinks.vue | 46 ++++++++++---------
.../canvas/custom-component/DeStreamMedia.vue | 29 ++++++++++--
2 files changed, 51 insertions(+), 24 deletions(-)
diff --git a/frontend/src/components/canvas/components/Editor/StreamMediaLinks.vue b/frontend/src/components/canvas/components/Editor/StreamMediaLinks.vue
index d06d19b54c..a018bf61dd 100644
--- a/frontend/src/components/canvas/components/Editor/StreamMediaLinks.vue
+++ b/frontend/src/components/canvas/components/Editor/StreamMediaLinks.vue
@@ -14,27 +14,29 @@
-
-
-
- Tips:{{ $t('panel.live_tips') }}
-
-
-
-
- {{ $t('panel.play_once') }}
- {{ $t('panel.play_circle') }}
-
-
-
-
- {{ $t('panel.yes') }}
- {{ $t('panel.no') }}
-
-
-
-
-
+
+
+
+ {{ $t('panel.yes') }}
+ {{ $t('panel.no') }}
+
+
+ Tips:{{ $t('panel.live_tips') }}
+
+
+
+
+
+
+
+ {{ $t('panel.play_once') }}
+ {{ $t('panel.play_circle') }}
+
+
+
+
+
+
{{ $t('panel.confirm') }}
{{ $t('panel.cancel') }}
@@ -48,6 +50,7 @@