{{ $t("createVideo.all") }}
@@ -50,8 +50,8 @@
{{ $t("createVideo.all") }}
@@ -90,7 +90,16 @@
-
![]()
+
+
+
+
@@ -264,6 +273,8 @@
class="bjSystemBoxItem"
v-for="item in systemBGIList"
:key="item.id"
+ :class="bjImgActive == item.id ? 'ImgBorderActive' : ''"
+ @click="selectBjImg(item)"
>
@@ -293,7 +304,16 @@
class="bjSystemBoxItem"
v-for="item in personBGIList"
:key="item.id"
+ :class="bjImgActive == item.id ? 'ImgBorderActive' : ''"
+ @click="selectBjImg(item)"
>
+
+

+
@@ -327,6 +347,8 @@
class="bjSystemBoxItem"
v-for="item in systemSCIList"
:key="item.id"
+ :class="scImgActive == item.id ? 'ImgBorderActive' : ''"
+ @click="selectScImg(item)"
>
@@ -355,7 +377,16 @@
class="bjSystemBoxItem"
v-for="item in personSCIList"
:key="item.id"
+ :class="scImgActive == item.id ? 'ImgBorderActive' : ''"
+ @click="selectScImg(item)"
>
+