Explorar o código

中控配置缩放可选项添加

maker %!s(int64=2) %!d(string=hai) anos
pai
achega
c29b526e47
Modificáronse 1 ficheiros con 8 adicións e 4 borrados
  1. 8 4
      src/view/gameTask/centralControlConfList.vue

+ 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'
     }
 ])