|
@@ -47,6 +47,12 @@ const getOptionStructInfo = (pageSize, columnNumber, model) => {
|
|
// 不同栏数,不同选项个数,每一行对应的组数
|
|
// 不同栏数,不同选项个数,每一行对应的组数
|
|
// 以一行4题,每题5选项为标准展示效果
|
|
// 以一行4题,每题5选项为标准展示效果
|
|
const numberPerChildren = {
|
|
const numberPerChildren = {
|
|
|
|
+ "8K": {
|
|
|
|
+ 1: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
|
|
|
+ 2: [0, 0, 6, 5, 4, 3, 3, 2, 2, 2, 2, 2, 1],
|
|
|
|
+ 3: [0, 0, 4, 3, 3, 2, 2, 1],
|
|
|
|
+ 4: [0, 0, 3, 3, 2, 1],
|
|
|
|
+ },
|
|
A3: {
|
|
A3: {
|
|
2: [0, 0, 7, 6, 5, 4, 3, 3, 3, 2, 2, 2, 2, 1],
|
|
2: [0, 0, 7, 6, 5, 4, 3, 3, 3, 2, 2, 2, 2, 1],
|
|
3: [0, 0, 5, 4, 3, 2, 2, 2, 1],
|
|
3: [0, 0, 5, 4, 3, 2, 2, 2, 1],
|
|
@@ -58,6 +64,11 @@ const getOptionStructInfo = (pageSize, columnNumber, model) => {
|
|
},
|
|
},
|
|
};
|
|
};
|
|
const groupGapSet = {
|
|
const groupGapSet = {
|
|
|
|
+ "8K": {
|
|
|
|
+ 2: [0, 0, 35, 30, 38, 70, 45, 90, 70, 60, 50, 20],
|
|
|
|
+ 3: [0, 0, 32, 35, 16, 60, 40, 30],
|
|
|
|
+ 4: [0, 0, 33, 27, 40, 30],
|
|
|
|
+ },
|
|
A3: {
|
|
A3: {
|
|
2: [0, 0, 33, 28, 27, 40, 40, 40, 27, 40, 40],
|
|
2: [0, 0, 33, 28, 27, 40, 40, 40, 27, 40, 40],
|
|
3: [0, 0, 27, 27, 40, 40, 40, 40, 30],
|
|
3: [0, 0, 27, 27, 40, 40, 40, 40, 30],
|