+
主办方:
{{ item.sponsor }}
-
-
报名时间:{{ item.signUpStartTime}} ~ {{ item.signUpEndTime }}
+
+ 报名时间:{{ item.signUpStartTime }} ~ {{
+ item.signUpEndTime }}
-
-
比赛时间:{{ item.playStartTime}} ~ {{ item.playEndTime }}
+
+ 比赛时间:{{ item.playStartTime }} ~ {{
+ item.playEndTime }}
-
+
比赛范围:{{ item.locations || item.range }}
-
-
比赛类型:{{ item.competitionType ? '团体赛' : '个人赛' }}
+
+ 比赛类型:{{ item.competitionType ? '团体赛' : '个人赛'
+ }}
-
+
当前阶段:{{ item.curStage.stageName }}
-
chooseStage(e, item)">
-
+ chooseStage(e, item)">
+
选择竞赛
- 进入{{ stage.stageName }}
+ 进入{{
+ stage.stageName }}
- {{ item.status == 4 ? item.stageName : statusList[item.status] }}
-
+
{{
+ item.status == 4 ? item.stageName : statusList[item.status] }}
+
距离{{ item.status == 4 ? item.endText : endList[item.status] }}还有
{{ item.end }}
@@ -133,19 +110,16 @@
-

+
暂无赛事
@@ -155,95 +129,56 @@
-
+
-
+
-
-
+
请选择要加入的团队
-
-
+
+
-
+
-
+
- 查找不到团队?点击 创建团队
+ 查找不到团队?点击 创建团队
-
-
+
-
+
-
+
-
+
-
@@ -748,282 +683,364 @@ export default {
\ No newline at end of file
diff --git a/src/setting.js b/src/setting.js
index e0545aa..299c164 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -30,7 +30,7 @@ if (isDev) {
host = "http://121.37.12.51/"; // 测试服
// host = 'https://www.occupationlab.com/' // 正式服
const ip = localStorage.getItem('localIp')
- const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://121.37.12.51/']
+ const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'https://www.occupationlab.com/']
host = ips[+ip]
// host = 'http://192.168.31.51:9000/'
} else if (isSq) {
diff --git a/src/styles/common.scss b/src/styles/common.scss
index fae7a0b..ef24906 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -364,14 +364,6 @@
}
}
-@media (max-width: 1600px) {
- .el-table {
- .el-switch__label--right.is-active {
- left: 8px;
- }
- }
-}
-
.empty {
display: flex;
justify-content: center;
@@ -387,3 +379,20 @@
color: rgba(0, 0, 0, 0.25);
}
}
+
+
+@media (max-width: 1600px) {
+ .el-table {
+ .el-switch__label--right.is-active {
+ left: 8px;
+ }
+ }
+}
+@media (max-width: 640px) {
+ .empty {
+ img {
+ width: auto;
+ max-width: 100%;
+ }
+}
+}
\ No newline at end of file