+
+
+
+
+
+ -
+
- 比赛范围: + +
- {{ item.name }} + + +
- {{ item.name }} + + +
+ 省份
+
+
+
+
+
+
+ 城市
+
+
+
+
+
+
+ -
+
- 筛选排序: +
- {{ item.name }} +
-
@@ -423,6 +423,8 @@ export default {
url(../../../assets/img/match-bg2.png) (98% bottom)/auto auto no-repeat;
.filter {
width: 100%;
+ padding: 0 20px;
+ margin-bottom: 20px;
background-color: #fff;
dl {
display: flex;
@@ -432,12 +434,13 @@ export default {
color: #333;
font-size: 16px;
font-weight: 600;
+ white-space: nowrap;
}
dd {
- padding: 5px 20px;
- margin: 0 10px;
+ padding: 5px 15px;
color: #333;
font-size: 16px;
+ white-space: nowrap;
cursor: pointer;
border-radius: 4px;
&.active {
@@ -450,9 +453,10 @@ export default {
.select-wrap {
display: inline-flex;
align-items: center;
- margin: 0 20px;
+ margin: 0 10px;
.label {
margin-right: 10px;
+ white-space: nowrap;
}
.el-select {
width: 130px;
diff --git a/src/setting.js b/src/setting.js
index 1410ff4..5bb24d2 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -21,7 +21,7 @@ if (isPro) {
// 本地
systemPath = `http://${location.hostname}:8093`
host = "http://121.37.12.51/"; // 中台测试服
- host = "http://192.168.31.151:9000/"; // 榕
+ // host = "http://192.168.31.151:9000/"; // 榕
// host = "http://192.168.31.137:9000/"; // 赓
}