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
bb54e240
Commit
bb54e240
authored
Jun 16, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update svg
parent
53c429f2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
2 deletions
+29
-2
src/pages/svg/svgCards.vue
src/pages/svg/svgCards.vue
+12
-0
src/pages/svg/svgDeck.vue
src/pages/svg/svgDeck.vue
+11
-0
src/pages/tournament.vue
src/pages/tournament.vue
+4
-1
src/style/tournament.scss
src/style/tournament.scss
+2
-1
No files found.
src/pages/svg/svgCards.vue
0 → 100644
View file @
bb54e240
<
template
>
<svg
viewBox =
'0 0 500 500'
width =
'20'
height =
'20'
>
<g
fill =
'#000000'
>
<g
id =
'cardlistsvg'
fill =
'#000000'
>
<path
class =
'svg_stroke_normal'
d =
'M366.92,116.77l93.49,21.99-70.86,301.3-153.36-36.07M364.38,177.32l-6.1,145.32,21.04,4.95,32.7-139.06-47.64-11.2h0Z'
stroke =
'#000000'
fill =
'none'
stroke-width =
'20px'
></path>
<path
class =
'svg_stroke_normal'
d =
'M252.76,86.1l115.25,4.84-12.99,309.25-94.07-3.95M152.91,105.73l1-23.78,66.06,2.78M317.05,291.36l6.78.29,6-142.73-58.16-2.44'
stroke =
'#000000'
fill =
'none'
stroke-width =
'20px'
></path>
<path
class =
'svg_stroke_normal'
d =
'M44.95,139.55l204.49-64.06,92.52,295.37-204.49,64.06L44.95,139.55Z'
stroke =
'#000000'
fill =
'none'
stroke-width =
'20px'
></path>
<path
class =
'svg_stroke_normal'
d =
'M96.82,185.68l136.33-42.7,42.7,136.33-136.33,42.7-42.7-136.33h0Z'
stroke =
'#000000'
fill =
'none'
stroke-width =
'20px'
></path>
</g>
</g>
</svg>
</
template
>
\ No newline at end of file
src/pages/svg/svgDeck.vue
0 → 100644
View file @
bb54e240
<
template
>
<svg
viewBox =
'0 0 500 500'
width =
'20'
height =
'20'
>
<g
fill =
'#000000'
>
<g
id =
'MyDecksscg'
fill =
'#000000'
>
<path
id =
'pass'
class =
'svg_stroke_normal'
d =
'M277.53,128.06l91.52-14.14v142.86l-91.52,14.14v-142.86h0Z'
stroke =
'#000000'
fill =
'none'
stroke-width =
'20px'
></path>
<path
id =
'pass-2'
class =
'svg_stroke_normal'
d =
'M240.04,453.74l.1-128.18'
stroke =
'#000000'
fill =
'none'
stroke-width =
'20px'
></path>
<path
id =
'pass-3'
class =
'svg_stroke_normal'
d =
'M408.1,288.91v123.93l-168.06,43.89-157.64-43.45V74.05l175.76-22.2,155.93,18.03-.29,216.51-36.72,7.28-.62,50.44-98.78,20.74.04-51.5-46.91,9.29-.58-218.81-147.82-24.5'
stroke =
'#000000'
fill =
'none'
stroke-width =
'20px'
></path>
</g>
</g>
</svg>
</
template
>
\ No newline at end of file
src/pages/tournament.vue
View file @
bb54e240
...
@@ -109,6 +109,7 @@
...
@@ -109,6 +109,7 @@
@
click
=
'
participant.pics.on(i)
'
@
click
=
'
participant.pics.on(i)
'
>
>
<
uni
-
icons
type
=
'
wallet
'
><
/uni-icons
>
<
uni
-
icons
type
=
'
wallet
'
><
/uni-icons
>
<
svgCards
/>
<
/view
>
<
/view
>
<
view
<
view
class
=
'
button
'
class
=
'
button
'
...
@@ -116,7 +117,7 @@
...
@@ -116,7 +117,7 @@
v
-
show
=
'
!i.quit
'
v
-
show
=
'
!i.quit
'
@
click
=
'
tournament.operatorChk(participant.upload, [i])
'
@
click
=
'
tournament.operatorChk(participant.upload, [i])
'
>
>
<
uni
-
icons
type
=
'
upload
'
><
/uni-icons
>
<
svgDeck
/
>
<
/view
>
<
/view
>
<
view
<
view
class
=
'
button
'
class
=
'
button
'
...
@@ -311,6 +312,8 @@
...
@@ -311,6 +312,8 @@
import
Mycard
from
'
../script/mycard.ts
'
;
import
Mycard
from
'
../script/mycard.ts
'
;
import
{
TournamentCreateObject
,
MatchUpdateObject
,
TournamentGet
,
ParticipantUpdateObject
}
from
'
../script/type.ts
'
import
{
TournamentCreateObject
,
MatchUpdateObject
,
TournamentGet
,
ParticipantUpdateObject
}
from
'
../script/type.ts
'
import
MatchTree
from
'
./matchTree.vue
'
;
import
MatchTree
from
'
./matchTree.vue
'
;
import
svgDeck
from
'
./svg/svgDeck.vue
'
;
import
svgCards
from
'
./svg/svgCards.vue
'
;
let
tournament
=
reactive
({
let
tournament
=
reactive
({
this
:
undefined
as
undefined
|
Tournament
,
this
:
undefined
as
undefined
|
Tournament
,
...
...
src/style/tournament.scss
View file @
bb54e240
...
@@ -69,7 +69,8 @@
...
@@ -69,7 +69,8 @@
width
:
20%
;
width
:
20%
;
.button
{
.button
{
border
:
0
.5px
solid
var
(
--
color
);
border
:
0
.5px
solid
var
(
--
color
);
width
:
auto
;
width
:
20px
;
height
:
20px
;
min-width
:
auto
;
min-width
:
auto
;
:hover
{
:hover
{
background-color
:
#e6e6e6
;
background-color
:
#e6e6e6
;
...
...
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