Commit bb54e240 authored by xiaoye's avatar xiaoye

update svg

parent 53c429f2
<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
<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
......@@ -109,6 +109,7 @@
@click = 'participant.pics.on(i)'
>
<uni-icons type = 'wallet'></uni-icons>
<svgCards/>
</view>
<view
class = 'button'
......@@ -116,7 +117,7 @@
v-show = '!i.quit'
@click = 'tournament.operatorChk(participant.upload, [i])'
>
<uni-icons type = 'upload'></uni-icons>
<svgDeck/>
</view>
<view
class = 'button'
......@@ -311,6 +312,8 @@
import Mycard from '../script/mycard.ts';
import {TournamentCreateObject, MatchUpdateObject, TournamentGet, ParticipantUpdateObject} from '../script/type.ts'
import MatchTree from './matchTree.vue';
import svgDeck from './svg/svgDeck.vue';
import svgCards from './svg/svgCards.vue';
let tournament = reactive({
this : undefined as undefined | Tournament,
......
......@@ -69,7 +69,8 @@
width: 20%;
.button {
border: 0.5px solid var(--color);
width: auto;
width: 20px;
height: 20px;
min-width: auto;
:hover {
background-color: #e6e6e6;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment