Commit 75132fa5 authored by xiaoye's avatar xiaoye

fix

parent 43c8d847
Pipeline #37882 passed with stages
in 2 minutes and 5 seconds
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<uni-list-item> <uni-list-item>
<template v-slot:header> <template v-slot:header>
<uni-forms> <uni-forms>
<uni-forms-item id = 'header'> <uni-forms-item id = 'header' class = 'input'>
<uni-easyinput type = 'text' placeholder = '添加选手' v-model = 'participant.name' :disabled = "tournament.this.status != 'Ready'"/> <uni-easyinput type = 'text' placeholder = '添加选手' v-model = 'participant.name' :disabled = "tournament.this.status != 'Ready'"/>
</uni-forms-item> </uni-forms-item>
</uni-forms> </uni-forms>
......
...@@ -133,7 +133,6 @@ class TabulatorAPI { ...@@ -133,7 +133,6 @@ class TabulatorAPI {
data : Array<TournamentObject>; data : Array<TournamentObject>;
} }
}; };
console.log(token)
try { try {
response = await this.url.get(`/api/tournament`, { response = await this.url.get(`/api/tournament`, {
params : { params : {
......
...@@ -99,6 +99,9 @@ ...@@ -99,6 +99,9 @@
} }
} }
} }
.input {
width: 100% !important;
}
} }
.match { .match {
......
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