|
@@ -62,11 +62,11 @@
|
|
|
</el-tooltip>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="other">
|
|
|
- <el-col :span="12" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1">
|
|
|
<span>服务领域:</span>
|
|
|
{{ getDict(item.field) || '暂无服务领域' }}
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1">
|
|
|
<span>登记时间:</span>
|
|
|
{{ item.time || '暂无运营主体' }}
|
|
|
</el-col>
|
|
@@ -268,7 +268,7 @@ const toCollect = async () => {
|
|
|
font-size: $global-font-size-20;
|
|
|
font-weight: bold;
|
|
|
display: inline-block;
|
|
|
- margin: 0 0 30px 7px;
|
|
|
+ margin: 0 0 20px 7px;
|
|
|
}
|
|
|
|
|
|
.name:hover {
|
|
@@ -276,13 +276,13 @@ const toCollect = async () => {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.other {
|
|
|
- display: flex;
|
|
|
.other_1 {
|
|
|
font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'WenQuanYi Micro Hei', arial, sans-serif;
|
|
|
font-size: $global-font-size-18;
|
|
|
font-weight: normal;
|
|
|
color: #666;
|
|
|
cursor: default;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
}
|
|
|
}
|
|
|
}
|