@@ -28,7 +28,6 @@
instance.postMessage(JSON.stringify(data))
}
- console.info(66666666,location.href)
if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true')) {
_postMessage({
api: 'cloudLoading',
@@ -5,6 +5,7 @@
overflow-y: auto;
height: 100%;
max-height: 100vh;
+ transform: translateY(-5%);
&::-webkit-scrollbar {
width: 0;
display: none;
@@ -19,7 +20,7 @@
#osmdCanvasPage1{
position: absolute !important;
left: 0;
- top: -6%;
+ top: 0;
@@ -30,6 +30,11 @@
.picker {
flex: 1;
height: 100px;
+ :global {
+ .van-picker__columns {
+ height: 100% !important;
+ }
.button {