1
This commit is contained in:
@@ -185,7 +185,7 @@
|
|||||||
</el-tag>
|
</el-tag>
|
||||||
</span>
|
</span>
|
||||||
</el-divider>
|
</el-divider>
|
||||||
<el-form-item label="输入文本" style="margin-bottom: 10px;">
|
<div style="margin-bottom: 10px;">
|
||||||
<div v-if="selectedProducts.length > 0" style="margin-bottom: 10px; padding: 10px; background: #f0f9ff; border: 1px solid #409EFF; border-radius: 4px;">
|
<div v-if="selectedProducts.length > 0" style="margin-bottom: 10px; padding: 10px; background: #f0f9ff; border: 1px solid #409EFF; border-radius: 4px;">
|
||||||
<i class="el-icon-success" style="color: #67C23A;"></i>
|
<i class="el-icon-success" style="color: #67C23A;"></i>
|
||||||
<span style="color: #409EFF; font-weight: bold;">已选择 {{ selectedProducts.length }} 个商品,现在请粘贴您的推广文案(包含京东链接)</span>
|
<span style="color: #409EFF; font-weight: bold;">已选择 {{ selectedProducts.length }} 个商品,现在请粘贴您的推广文案(包含京东链接)</span>
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
<i class="el-icon-magic-stick"></i> 批量创建并替换 ({{ detectedUrls.length }}个)
|
<i class="el-icon-magic-stick"></i> 批量创建并替换 ({{ detectedUrls.length }}个)
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</div>
|
||||||
|
|
||||||
<!-- 进度显示 -->
|
<!-- 进度显示 -->
|
||||||
<el-card v-if="processing" shadow="never" style="margin-top: 20px;">
|
<el-card v-if="processing" shadow="never" style="margin-top: 20px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user