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
ce473cfd
Commit
ce473cfd
authored
Jun 04, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
简单上个背景色
parent
699c8fe2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
28 deletions
+36
-28
src/pages/main.vue
src/pages/main.vue
+35
-27
src/style/tournament.scss
src/style/tournament.scss
+1
-1
No files found.
src/pages/main.vue
View file @
ce473cfd
<
template
>
<
template
>
<transition
name =
'page'
>
<view
id =
'main_page'
>
<view
v-show =
'loading'
class =
'background'
>
<transition
name =
'page'
>
<view
class =
'pic'
v-html =
'Const.pic.hajimi'
></view>
<view
v-show =
'loading'
class =
'background'
>
</view>
<view
class =
'pic'
v-html =
'Const.pic.hajimi'
></view>
</transition>
</view>
<Tabulator/>
</transition>
<Tabulator/>
</view>
</
template
>
</
template
>
<
script
setup
lang =
'ts'
>
<
script
setup
lang =
'ts'
>
import
{
ref
,
reactive
,
onMounted
,
onUnmounted
,
onBeforeMount
,
watch
}
from
'
vue
'
;
import
{
ref
,
reactive
,
onMounted
,
onUnmounted
,
onBeforeMount
,
watch
}
from
'
vue
'
;
...
@@ -39,27 +41,33 @@
...
@@ -39,27 +41,33 @@
</
script
>
</
script
>
<
style
scoped
lang =
'scss'
>
<
style
scoped
lang =
'scss'
>
@import
'../style/transition.scss'
;
@import
'../style/transition.scss'
;
.background
{
#main_page
{
position
:
fixed
;
background
:
linear-gradient
(
to
right
,
rgb
(
255
,
228
,
230
)
,
white
,
white
,
white
,
rgb
(
204
,
251
,
241
));
background
:
linear-gradient
(
45deg
,
rgb
(
0
,
162
,
255
)
,
rgb
(
0
,
72
,
255
));
height
:
100%
;
width
:
100vw
;
min-height
:
100vh
;
height
:
100vh
;
width
:
100%
;
z-index
:
100
;
.background
{
font-family
:
'Courier New'
,
monospace
;
position
:
fixed
;
display
:
flex
;
background
:
linear-gradient
(
to
right
,
rgb
(
134
,
239
,
172
)
,
rgb
(
59
,
130
,
246
)
,
rgb
(
147
,
51
,
234
));
justify-content
:
center
;
width
:
100%
;
align-items
:
center
;
height
:
100vh
;
margin
:
0
;
z-index
:
100
;
.pic
{
font-family
:
'Courier New'
,
monospace
;
color
:
white
;
display
:
flex
;
white-space
:
pre
;
justify-content
:
center
;
line-height
:
1
;
align-items
:
center
;
letter-spacing
:
0
;
margin
:
0
;
font-size
:
12px
;
.pic
{
color
:
white
;
white-space
:
pre
;
line-height
:
1
;
letter-spacing
:
0
;
font-size
:
12px
;
}
}
.Tabulator
{
position
:
fixed
;
z-index
:
1
;
}
}
}
.Tabulator
{
position
:
fixed
;
z-index
:
1
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/style/tournament.scss
View file @
ce473cfd
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
.match
{
.match
{
border
:
1px
solid
gray
;
border
:
1px
solid
gray
;
z-index
:
1
;
z-index
:
0
;
// left : 100%;
// left : 100%;
width
:
100%
;
width
:
100%
;
background-color
:
white
;
background-color
:
white
;
...
...
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