special_video 添加1X6选项
This commit is contained in:
parent
84107da795
commit
3282948466
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue