style(stargalaxy): center ScatteredRanks vertically in parent container
This commit is contained in:
parent
ca87faf98d
commit
308cf33a14
@ -102,7 +102,10 @@ function handleClick(item) {
|
||||
|
||||
<style scoped>
|
||||
.scattered-ranks {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
transform: translateY(-50%);
|
||||
width: 750rpx;
|
||||
height: 720rpx;
|
||||
pointer-events: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user