update
This commit is contained in:
@@ -322,22 +322,22 @@ const buttonUploadedPosition = (index) => {
|
||||
|
||||
const ADJUSTMENT_CONFIG = {
|
||||
shenxian: {
|
||||
1:8, 2:6, 3:6, 4:5, 5:5, 6:4
|
||||
1:16, 2:12, 3:12, 4:10, 5:10, 6:8
|
||||
},
|
||||
xianxia: {
|
||||
1:8, 2:6, 3:6, 4:5, 5:5, 6:4
|
||||
1:11, 2:12, 3:12, 4:10, 5:10, 6:8
|
||||
},
|
||||
fugu: {
|
||||
1:6, 2:7, 3:7, 4:5, 5:5, 6:4
|
||||
1:12, 2:14, 3:14, 4:10, 5:10, 6:8
|
||||
},
|
||||
xinzhongshi: {
|
||||
1:6, 2:7, 3:4, 4:5, 5:3, 6:4
|
||||
1:12, 2:14, 3:8, 4:10, 5:6, 6:8
|
||||
},
|
||||
luying: {
|
||||
1:6, 2:7, 3:4, 4:5, 5:3, 6:4
|
||||
1:12, 2:14, 3:8, 4:10, 5:6, 6:8
|
||||
},
|
||||
paidui:{
|
||||
1:6, 2:7, 3:6, 4:5, 5:6, 6:4
|
||||
1:12, 2:14, 3:12, 4:10, 5:12, 6:8
|
||||
}
|
||||
};
|
||||
|
||||
@@ -347,7 +347,7 @@ const buttonUploadedPosition = (index) => {
|
||||
}
|
||||
|
||||
return {
|
||||
top:`${adjustedTop}%`,
|
||||
top:`${adjustedTop}vw`,
|
||||
left :pos.left ,
|
||||
"--item-width" :pos.width
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user