|
@@ -49,6 +49,11 @@ const getOptionStructInfo = (pageSize, columnNumber, model) => {
|
|
|
// 不同栏数,不同选项个数,每一行对应的组数
|
|
|
// 以一行4题,每题5选项为标准展示效果
|
|
|
const numberPerChildren = {
|
|
|
+ B4: {
|
|
|
+ 2: [0, 0, 6, 5, 4, 3, 3, 2, 2, 2, 2, 1],
|
|
|
+ 3: [0, 0, 4, 3, 2, 2, 2, 1],
|
|
|
+ 4: [0, 0, 3, 2, 2, 1],
|
|
|
+ },
|
|
|
"8K": {
|
|
|
2: [0, 0, 6, 5, 4, 4, 3, 3, 2, 2, 2, 2, 1],
|
|
|
3: [0, 0, 4, 3, 3, 2, 2, 2, 1],
|
|
@@ -65,6 +70,11 @@ const getOptionStructInfo = (pageSize, columnNumber, model) => {
|
|
|
},
|
|
|
};
|
|
|
const groupGapSet = {
|
|
|
+ B4: {
|
|
|
+ 2: [0, 0, 30, 30, 35, 50, 40, 70, 70, 70, 40, 40],
|
|
|
+ 3: [0, 0, 30, 30, 60, 60, 35, 25],
|
|
|
+ 4: [0, 0, 30, 40, 30, 20],
|
|
|
+ },
|
|
|
"8K": {
|
|
|
2: [0, 0, 40, 35, 45, 22, 45, 30, 90, 90, 50, 40],
|
|
|
3: [0, 0, 35, 40, 24, 60, 40, 25],
|