|
@@ -104,7 +104,7 @@
|
|
|
<el-col :span="20" class="right" v-else>
|
|
|
<a-button
|
|
|
class="title"
|
|
|
- v-for="(item, index) in fieldList.slice(0, 8)"
|
|
|
+ v-for="(item, index) in fieldList.slice(0, 6)"
|
|
|
:key="index"
|
|
|
type="link"
|
|
|
size="samll"
|
|
@@ -159,7 +159,7 @@
|
|
|
<el-col :span="20" class="right" v-else>
|
|
|
<a-button
|
|
|
class="title"
|
|
|
- v-for="(item, index) in sellList.slice(0, 8)"
|
|
|
+ v-for="(item, index) in sellList.slice(0, 6)"
|
|
|
:key="index"
|
|
|
type="link"
|
|
|
size="samll"
|
|
@@ -214,7 +214,7 @@
|
|
|
<el-col :span="20" class="right" v-else>
|
|
|
<a-button
|
|
|
class="title"
|
|
|
- v-for="(item, index) in cityList.slice(0, 10)"
|
|
|
+ v-for="(item, index) in cityList.slice(0, 9)"
|
|
|
:key="index"
|
|
|
type="link"
|
|
|
size="samll"
|
|
@@ -552,7 +552,7 @@ const sizeChange = (limits) => {
|
|
|
margin-right: 10px;
|
|
|
background-color: #fff;
|
|
|
padding: 5px;
|
|
|
- font-size: $global-font-size-16;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
.left {
|
|
|
padding: 10px;
|
|
|
}
|
|
@@ -611,7 +611,7 @@ const sizeChange = (limits) => {
|
|
|
}
|
|
|
.title {
|
|
|
color: #666;
|
|
|
- font-size: $global-font-size-16;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
line-height: 15px;
|
|
|
margin: 0 10px;
|
|
|
display: inline-block;
|
|
@@ -661,7 +661,7 @@ const sizeChange = (limits) => {
|
|
|
.other_1 {
|
|
|
font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial,
|
|
|
sans-serif;
|
|
|
- font-size: $global-font-size-14;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
@@ -674,7 +674,7 @@ const sizeChange = (limits) => {
|
|
|
.brief {
|
|
|
line-height: 30px;
|
|
|
color: #666;
|
|
|
- font-size: $global-font-size-16;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|