Commit 1efc2955 by wuqian

样式改正

parent 84ea863f
......@@ -534,8 +534,8 @@
</div>
<div class="order-detail-item">
<span class="order-detail-item-label">物流跟踪号:</span>
<span class="order-detail-item-value">
<el-button
class="order-detail-item-value"
type="primary"
:title="row.trackingNumber"
link
......@@ -544,6 +544,7 @@
>
{{ row.trackingNumber }}</el-button
>
</span>
<el-icon class="icon" @click="copy(row.trackingNumber || '')">
<DocumentCopy />
</el-icon>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment