SyuanYu 2 mesiacov pred
rodič
commit
b9c782e317
1 zmenil súbory, kde vykonal 16 pridanie a 1 odobranie
  1. 16 1
      frontend/src/views/GenVideo.vue

+ 16 - 1
frontend/src/views/GenVideo.vue

@@ -63,7 +63,7 @@ async function generateVideo() {
 
           <v-card-text>
             <v-form v-model="valid" ref="Form">
-              <div class="d-flex justify-center mb-10">
+              <!-- <div class="d-flex justify-center mb-10">
                 <div class="pe-10 border-e-sm">
                   <p>Model</p>
                   <v-radio-group
@@ -93,6 +93,21 @@ async function generateVideo() {
                     <v-radio label="en" value="en" class="ms-2"></v-radio>
                   </v-radio-group>
                 </div>
+              </div> -->
+
+              <div class="mb-7">
+                <p>使用語言</p>
+                <v-radio-group
+                  v-model="data.lang"
+                  color="primary"
+                  class="mt-2"
+                  hide-details
+                  inline
+                  style="margin-left: -10px"
+                >
+                  <v-radio label="中文" value="zh"></v-radio>
+                  <v-radio label="en" value="en" class="ms-2"></v-radio>
+                </v-radio-group>
               </div>
 
               <v-text-field