Prechádzať zdrojové kódy

中控配置缩放可选项添加

maker 2 rokov pred
rodič
commit
c29b526e47

+ 8 - 4
src/view/gameTask/centralControlConfList.vue

@@ -306,12 +306,16 @@ const resolutionOptions = ref([
 
 const zoomOptions = ref([
     {
-        value: '',
-        label: ''
+        value: '不缩放',
+        label: '不缩放'
     },
     {
-        value: '否',
-        label: '否'
+        value: '312x516',
+        label: '312x516'
+    },
+    {
+        value: '582x995',
+        label: '582x995'
     }
 ])