We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310b4c4 commit 226b6edCopy full SHA for 226b6ed
Vue3/vue3js/第1章/7.yang.html
@@ -304,6 +304,7 @@ <h1>{{ result ? "You Win!🎉" : "You Lose!😢" }}</h1>
304
cardMap[clearItem.z][clearItem.y][clearItem.x] = 0;
305
}
306
cardItemList.reverse();
307
+ console.log(cardMap)
308
this.cardMap = cardMap;
309
this.cardItemList = cardItemList;
310
},
@@ -522,6 +523,18 @@ <h1>{{ result ? "You Win!🎉" : "You Lose!😢" }}</h1>
522
523
.clear-item {
524
pointer-events: none;
525
526
+
527
+ .info-box {
528
+ position: fixed;
529
+ top: 0;
530
+ right: 0;
531
+ text-align: right;
532
+ pointer-events: none;
533
+ }
534
535
+ .info-box>span {
536
+ background-color: rgba(255, 0, 0, 0.2);
537
538
</style>
539
</body>
540
0 commit comments