Commit 3de95e36 authored by xiaoye's avatar xiaoye

fix

parent dc2027c2
...@@ -178,7 +178,10 @@ ...@@ -178,7 +178,10 @@
></uni-number-box> ></uni-number-box>
<span></span> <span></span>
</div> </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> </view>
<transition name = 'switch'> <transition name = 'switch'>
<uni-list> <uni-list>
......
...@@ -716,7 +716,7 @@ class Users { ...@@ -716,7 +716,7 @@ class Users {
} }
const User = new Users(import.meta.env.VITE_USER_API); 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 { export {
Tabulator, Tabulator,
......
.PageTournament { .PageTournament {
#PageTournament { #PageTournament {
#round { #round {
display: flex; // display: flex;
column-gap: 10%; // column-gap: 10%;
div { div {
display: flex; display: flex;
column-gap: 10%;
} }
} }
...@@ -16,7 +17,7 @@ ...@@ -16,7 +17,7 @@
border: 1px solid #409eff; border: 1px solid #409eff;
display: flex; display: flex;
width: 20%; width: 20%;
min-width: 64px; min-width: 80px;
justify-content: center; justify-content: center;
&:hover { &:hover {
cursor: pointer; 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