Merge pull request #2175 from dataease/pr@dev@style_share_head
style: 我分享的详情页头部下边框样式
This commit is contained in:
commit
7e29e2f77b
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user