Merge pull request #2199 from dataease/pr@dev@style_share_head_top_border

style: 我分享的详情头部上边框缺失
This commit is contained in:
fit2cloud-chenyw 2022-04-27 11:12:51 +08:00 committed by GitHub
commit 82738287c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,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" style="border-bottom: 1px solid;border-bottom-color:#E6E6E6;">
<div style="border-bottom: 1px solid #dfe4ed;height: 100%;">
<div style="height: 100%;">
<share-head />
</div>
</el-row>