Merge pull request #1318 from lieren2023/lieren2023-patch-10

minor fix
This commit is contained in:
Spmario233 2024-05-05 16:23:33 +08:00 committed by GitHub
commit 95c6a4d167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ game.import("play", function () {
"fire", "fire",
"soil" "soil"
); );
("step 1"); "step 1";
var card = cards[0]; var card = cards[0];
if (!card.node.wuxing) { if (!card.node.wuxing) {
card.node.wuxing = ui.create.div(".wunature", card); card.node.wuxing = ui.create.div(".wunature", card);

View File

@ -2,7 +2,7 @@
width: 100%; width: 100%;
height: 260px; height: 260px;
text-align: center; text-align: center;
top: calc(50% - 200px); /* top: calc(50% - 200px); */
top: 60px; top: 60px;
white-space: nowrap; white-space: nowrap;
z-index: 1; z-index: 1;