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 @@
<uni-list-item>
<template v-slot:header>
<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-forms-item>
</uni-forms>
......
......@@ -133,7 +133,6 @@ class TabulatorAPI {
data : Array<TournamentObject>;
}
};
console.log(token)
try {
response = await this.url.get(`/api/tournament`, {
params : {
......
......@@ -99,6 +99,9 @@
}
}
}
.input {
width: 100% !important;
}
}
.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