reghao 3 年 前
コミット
b6b96e58aa
1 ファイル変更40 行追加40 行削除
  1. 40 40
      src/views/video/video.vue

+ 40 - 40
src/views/video/video.vue

@@ -30,12 +30,12 @@
             <v-col cols="4">
               <v-btn icon @click="collectVideo">
                 <v-icon>mdi-thumb-up</v-icon>
-                <span v-text="isCollected"></span>
+                <span v-text="isCollected" />
               </v-btn>
               <v-dialog
-                  v-model="collectionDialog"
-                  persistent
-                  max-width="600px"
+                v-model="collectionDialog"
+                persistent
+                max-width="600px"
               >
                 <v-card>
                   <v-card-title>
@@ -45,23 +45,23 @@
                     <v-container>
                       <v-row>
                         <v-col
-                            cols="12"
-                            sm="6"
+                          cols="12"
+                          sm="6"
                         >
                           <v-select
-                              :items="['视频封面', '视频播放', '视频内容']"
-                              label="问题分类"
-                              required
+                            :items="['视频封面', '视频播放', '视频内容']"
+                            label="问题分类"
+                            required
                           />
                         </v-col>
                         <v-col
-                            cols="24"
-                            sm="6"
-                            md="4"
+                          cols="24"
+                          sm="6"
+                          md="4"
                         >
                           <v-text-field
-                              label="问题或建议"
-                              required
+                            label="问题或建议"
+                            required
                           />
                         </v-col>
                       </v-row>
@@ -70,16 +70,16 @@
                   <v-card-actions>
                     <v-spacer />
                     <v-btn
-                        color="blue darken-1"
-                        text
-                        @click="collectionDialog = false"
+                      color="blue darken-1"
+                      text
+                      @click="collectionDialog = false"
                     >
                       关闭
                     </v-btn>
                     <v-btn
-                        color="blue darken-1"
-                        text
-                        @click="collectVideo"
+                      color="blue darken-1"
+                      text
+                      @click="collectVideo"
                     >
                       提交
                     </v-btn>
@@ -95,9 +95,9 @@
                 <span>反馈</span>
               </v-btn>
               <v-dialog
-                  v-model="showDialog"
-                  persistent
-                  max-width="600px"
+                v-model="showDialog"
+                persistent
+                max-width="600px"
               >
                 <v-card>
                   <v-card-title>
@@ -107,23 +107,23 @@
                     <v-container>
                       <v-row>
                         <v-col
-                            cols="12"
-                            sm="6"
+                          cols="12"
+                          sm="6"
                         >
                           <v-select
-                              :items="['视频封面', '视频播放', '视频内容']"
-                              label="问题分类"
-                              required
+                            :items="['视频封面', '视频播放', '视频内容']"
+                            label="问题分类"
+                            required
                           />
                         </v-col>
                         <v-col
-                            cols="24"
-                            sm="6"
-                            md="4"
+                          cols="24"
+                          sm="6"
+                          md="4"
                         >
                           <v-text-field
-                              label="问题或建议"
-                              required
+                            label="问题或建议"
+                            required
                           />
                         </v-col>
                       </v-row>
@@ -132,16 +132,16 @@
                   <v-card-actions>
                     <v-spacer />
                     <v-btn
-                        color="blue darken-1"
-                        text
-                        @click="showDialog = false"
+                      color="blue darken-1"
+                      text
+                      @click="showDialog = false"
                     >
                       关闭
                     </v-btn>
                     <v-btn
-                        color="blue darken-1"
-                        text
-                        @click="submitVideoErr"
+                      color="blue darken-1"
+                      text
+                      @click="submitVideoErr"
                     >
                       提交
                     </v-btn>
@@ -174,7 +174,7 @@
           <v-divider />
           <v-row>
             <v-col>
-              <span v-text="videoData.description"></span>
+              <span v-text="videoData.description" />
             </v-col>
           </v-row>
           <v-divider />