Skip to content

Commit

Permalink
feat: 新增支持细粒度配置的常规发布-发布状态
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 2, 2023
1 parent 0d95d33 commit a0a1b64
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/components/publish/SinglePublishSelectPlatform.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,14 @@ onMounted(async () => {
>
<el-card class="card-item">
<div class="icon-list">
<el-text class="define-item">
<i class="el-icon">
<span v-html="cfg?.platformIcon"></span>
</i>
{{ HtmlUtil.parseHtml(cfg.platformName, 12) }}
</el-text>
<el-badge type="danger" value="未发布" class="item">
<el-text class="define-item">
<i class="el-icon">
<span v-html="cfg?.platformIcon"></span>
</i>
{{ HtmlUtil.parseHtml(cfg.platformName, 12) }}
</el-text>
</el-badge>
</div>
</el-card>
</el-col>
Expand All @@ -118,7 +120,11 @@ $icon_size = 32px
.card-item
padding 0
.item
margin-top 10px
.row-box
cursor pointer
margin 0 !important
padding 0
.platform-select-card
Expand Down

0 comments on commit a0a1b64

Please sign in to comment.