style: 我分享的详情页头部下边框样式

This commit is contained in:
fit2cloud-chenyw 2022-04-25 16:00:34 +08:00
parent 9d7a326cf2
commit 267aa92e0e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</el-link> -->
</el-col>
</el-row>
<el-row style="display: flex;border-bottom: 1px solid;border-bottom-color:#E6E6E6;">
<el-row style="display: flex;">
<el-col style="text-overflow:ellipsis;overflow: hidden;white-space: nowrap;font-size: 14px; width: 90px;">
<span>{{ $t('panel.share_to') }}</span>
</el-col>

View File

@ -8,7 +8,7 @@
>
<el-col v-if="panelInfo.name.length>0" class="panel-design">
<el-row v-if="showType === 2" class="panel-design-head panel-share-head">
<el-row v-if="showType === 2" class="panel-design-head panel-share-head" style="border-bottom: 1px solid;border-bottom-color:#E6E6E6;">
<div style="border-bottom: 1px solid #dfe4ed;height: 100%;">
<share-head />
</div>