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
8e4ea77a
Commit
8e4ea77a
authored
Jun 29, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加加载动画
parent
104db06b
Pipeline
#38232
passed with stages
in 4 minutes and 20 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
133 additions
and
5 deletions
+133
-5
src/pages/tabulator.vue
src/pages/tabulator.vue
+4
-1
src/script/post.ts
src/script/post.ts
+113
-2
src/style/page.scss
src/style/page.scss
+16
-0
src/style/tournament.scss
src/style/tournament.scss
+0
-2
No files found.
src/pages/tabulator.vue
View file @
8e4ea77a
...
@@ -26,6 +26,9 @@
...
@@ -26,6 +26,9 @@
</uni-list-chat>
</uni-list-chat>
</uni-list>
</uni-list>
</view>
</view>
<transition
name =
'switch'
>
<uni-icons
id =
'progress'
type =
'spinner-cycle'
v-if =
'Loading'
size =
'80'
></uni-icons>
</transition>
<view
class =
'click head'
><uni-list><uni-list-chat></uni-list-chat></uni-list></view>
<view
class =
'click head'
><uni-list><uni-list-chat></uni-list-chat></uni-list></view>
<Pics
<Pics
:style =
"
{
:style =
"
{
...
@@ -147,7 +150,7 @@
...
@@ -147,7 +150,7 @@
import
{
ref
,
reactive
,
onMounted
,
onUnmounted
,
onBeforeMount
,
watch
}
from
'
vue
'
;
import
{
ref
,
reactive
,
onMounted
,
onUnmounted
,
onBeforeMount
,
watch
}
from
'
vue
'
;
import
{
TournamentFindObject
,
TournamentCreateObject
,
ruleSettings
,
UserObject
}
from
'
../script/type.ts
'
;
import
{
TournamentFindObject
,
TournamentCreateObject
,
ruleSettings
,
UserObject
}
from
'
../script/type.ts
'
;
import
UniApp
from
'
../script/uniapp.ts
'
;
import
UniApp
from
'
../script/uniapp.ts
'
;
import
{
Tabulator
,
User
}
from
'
../script/post.ts
'
;
import
{
Tabulator
,
User
,
Loading
}
from
'
../script/post.ts
'
;
import
Tournament
from
'
../script/tournament.ts
'
;
import
Tournament
from
'
../script/tournament.ts
'
;
import
Mycard
from
'
../script/mycard.ts
'
;
import
Mycard
from
'
../script/mycard.ts
'
;
import
emitter
from
'
../script/emitter.ts
'
import
emitter
from
'
../script/emitter.ts
'
...
...
src/script/post.ts
View file @
8e4ea77a
This diff is collapsed.
Click to expand it.
src/style/page.scss
View file @
8e4ea77a
...
@@ -11,6 +11,22 @@
...
@@ -11,6 +11,22 @@
}
}
}
}
}
}
#progress
{
@keyframes
spin
{
from
{
transform
:
rotate
(
0deg
);
}
to
{
transform
:
rotate
(
360deg
);
}
}
position
:
fixed
;
top
:
20%
;
width
:
100%
;
margin
:
0
auto
;
z-index
:
4
;
animation
:
spin
2s
linear
infinite
;
}
#really
{
#really
{
box-shadow
:
2px
2px
10px
rgba
(
0
,
0
,
0
,
0
.2
);
box-shadow
:
2px
2px
10px
rgba
(
0
,
0
,
0
,
0
.2
);
// background-color: white;
// background-color: white;
...
...
src/style/tournament.scss
View file @
8e4ea77a
.PageTournament
{
.PageTournament
{
#PageTournament
{
#PageTournament
{
#round
{
#round
{
// display: flex;
// column-gap: 10%;
div
{
div
{
display
:
flex
;
display
:
flex
;
column-gap
:
10%
;
column-gap
:
10%
;
...
...
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