This commit is contained in:
tcubic 2022-08-05 15:08:38 +08:00
parent dade828609
commit 7f51855c5e

View File

@ -192,26 +192,12 @@ defineExpose({
<style lang="scss" scoped> <style lang="scss" scoped>
.LuckyWheelCon { .LuckyWheelCon {
// width: 100%;
// height: 800px;
// position: absolute;
// top: 0;
// left: 0;
// pointer-events: none;
width: 100%; width: 100%;
height: 100%; height: 800px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
pointer-events: none; pointer-events: none;
// right: 0;
// bottom: 0;
// display: flex;
// justify-content: center;
// align-items: center;
// background-color: rgba(0, 0, 0, 0.3);
.LuckyWheel_container { .LuckyWheel_container {