Commit 3de95e36 authored by xiaoye's avatar xiaoye

fix

parent dc2027c2
......@@ -178,7 +178,10 @@
></uni-number-box>
<span></span>
</div>
<view class = 'button' @click = '() => { match.round = 0; }'>全部轮次</view>
<div>
<view class = 'button' @click = '() => { match.round = 0; }'>全部轮次</view>
<view class = 'button' @click = '() => { match.round = 0; }'>复制对战表</view>
</div>
</view>
<transition name = 'switch'>
<uni-list>
......
......@@ -716,7 +716,7 @@ class Users {
}
const User = new Users(import.meta.env.VITE_USER_API);
const Tabulator = new TabulatorAPI('https://api-tabulator.moecube.com:444');
const Tabulator = new TabulatorAPI(import.meta.env.VITE_TABULATOR_API);
export {
Tabulator,
......
.PageTournament {
#PageTournament {
#round {
display: flex;
column-gap: 10%;
// display: flex;
// column-gap: 10%;
div {
display: flex;
column-gap: 10%;
}
}
......@@ -16,7 +17,7 @@
border: 1px solid #409eff;
display: flex;
width: 20%;
min-width: 64px;
min-width: 80px;
justify-content: center;
&:hover {
cursor: pointer;
......
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