special_video 添加1X6选项

This commit is contained in:
fangxiang 2022-09-28 09:24:21 +08:00
parent 84107da795
commit 3282948466
1 changed files with 3 additions and 3 deletions

View File

@ -111,9 +111,9 @@ export default defineComponent({
let loading = ref(false);
let layout = ref("1X3");
const select_options = ["1X3", "1X4", "3X1", "4X1"];
const row_values = [1, 1, 3, 4];
const col_values = [3, 4, 1, 1];
const select_options = ["1X3", "1X4", "1X6", "3X1", "4X1", "6X1"];
const row_values = [1, 1, 1, 3, 4, 6];
const col_values = [3, 4, 6, 1, 1, 1];
const rotation_options = ref(["0", "90", "180"]);
const rotation = ref("0");