-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 12 additions & 10 deletions
22
src/app/pages/challenge/pages/explore/explore.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
<div class="flex flex-col h-full"> | ||
<div class="flex flex-col h-full overflow-auto"> | ||
<div class="flex justify-between items-center mb-2"> | ||
<h5 nz-typography class="underline decoration-sky-500">探索</h5> | ||
<button nz-button (click)="onBackClick()">返回</button> | ||
</div> | ||
<table class="w-full aspect-square table-fixed"> | ||
@for (map of mapList; track $index) { | ||
<tr> | ||
@for (item of map; track $index) { | ||
<td class="border border-gray-300 aspect-square"> </td> | ||
} | ||
</tr> | ||
} | ||
</table> | ||
<div class="flex-1 h-0 overflow-auto"> | ||
<table class="w-full aspect-square table-fixed"> | ||
@for (map of mapList; track $index) { | ||
<tr> | ||
@for (item of map; track $index) { | ||
<td class="border border-gray-300 aspect-square"> </td> | ||
} | ||
</tr> | ||
} | ||
</table> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
:host { | ||
flex: 1; | ||
height: 0; | ||
overflow: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c529eb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
wanjie – ./
wanjie.vercel.app
wanjie-encaiks-projects.vercel.app
wanjie-git-main-encaiks-projects.vercel.app