Style(千县名品):招商政策暂无项目文字居中
This commit is contained in:
@@ -40,5 +40,16 @@
|
|||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.v12-align-center{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.v12-justify-center{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -388,7 +388,7 @@
|
|||||||
{{ tab.name }}
|
{{ tab.name }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="file-wrap">
|
<view class="file-wrap" :class="[{'v12-align-center': investmentFileList.length === 0}, {'v12-justify-center': investmentFileList.length === 0}]">
|
||||||
<view v-if="investmentFileList.length > 0" class="file-list">
|
<view v-if="investmentFileList.length > 0" class="file-list">
|
||||||
<view class="list-cont">
|
<view class="list-cont">
|
||||||
<view
|
<view
|
||||||
|
|||||||
Reference in New Issue
Block a user