Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tabulator-another-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
tabulator-another-web
Commits
3de95e36
Commit
3de95e36
authored
Jun 17, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
dc2027c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
src/pages/tournament.vue
src/pages/tournament.vue
+4
-1
src/script/post.ts
src/script/post.ts
+1
-1
src/style/tournament.scss
src/style/tournament.scss
+4
-3
No files found.
src/pages/tournament.vue
View file @
3de95e36
...
@@ -178,7 +178,10 @@
...
@@ -178,7 +178,10 @@
><
/uni-number-box
>
><
/uni-number-box
>
<
span
>
轮
<
/span
>
<
span
>
轮
<
/span
>
<
/div
>
<
/div
>
<
view
class
=
'
button
'
@
click
=
'
() => { match.round = 0;
}
'
>
全部轮次
<
/view
>
<
div
>
<
view
class
=
'
button
'
@
click
=
'
() => { match.round = 0;
}
'
>
全部轮次
<
/view
>
<
view
class
=
'
button
'
@
click
=
'
() => { match.round = 0;
}
'
>
复制对战表
<
/view
>
<
/div
>
<
/view
>
<
/view
>
<
transition
name
=
'
switch
'
>
<
transition
name
=
'
switch
'
>
<
uni
-
list
>
<
uni
-
list
>
...
...
src/script/post.ts
View file @
3de95e36
...
@@ -716,7 +716,7 @@ class Users {
...
@@ -716,7 +716,7 @@ class Users {
}
}
const
User
=
new
Users
(
import
.
meta
.
env
.
VITE_USER_API
);
const
User
=
new
Users
(
import
.
meta
.
env
.
VITE_USER_API
);
const
Tabulator
=
new
TabulatorAPI
(
'
https://api-tabulator.moecube.com:444
'
);
const
Tabulator
=
new
TabulatorAPI
(
import
.
meta
.
env
.
VITE_TABULATOR_API
);
export
{
export
{
Tabulator
,
Tabulator
,
...
...
src/style/tournament.scss
View file @
3de95e36
.PageTournament
{
.PageTournament
{
#PageTournament
{
#PageTournament
{
#round
{
#round
{
display
:
flex
;
//
display: flex;
column-gap
:
10%
;
//
column-gap: 10%;
div
{
div
{
display
:
flex
;
display
:
flex
;
column-gap
:
10%
;
}
}
}
}
...
@@ -16,7 +17,7 @@
...
@@ -16,7 +17,7 @@
border
:
1px
solid
#409eff
;
border
:
1px
solid
#409eff
;
display
:
flex
;
display
:
flex
;
width
:
20%
;
width
:
20%
;
min-width
:
64
px
;
min-width
:
80
px
;
justify-content
:
center
;
justify-content
:
center
;
&
:hover
{
&
:hover
{
cursor
:
pointer
;
cursor
:
pointer
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment