Commit 663cd9c1 by qinjianhui

fix: 申请补胚样式修改

parent 4e37801d
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
:show-sku="false" :show-sku="false"
:show-product-info="false" :show-product-info="false"
:image-field="'variantImage'" :image-field="'variantImage'"
:padding-top="'100%'"
> >
<template #bottom_left> <template #bottom_left>
<span <span
...@@ -226,12 +227,19 @@ ...@@ -226,12 +227,19 @@
</div> </div>
</div> </div>
<template #footer> <template #footer>
<div style="text-align: center"> <div class="dialog-footer">
<div style="font-size: 14px">
已选择
<strong style="color: red">{{ selectedItems.length }}</strong>
条数据
</div>
<div style="margin: 0 auto">
<ElButton @click="visible = false">取消</ElButton> <ElButton @click="visible = false">取消</ElButton>
<ElButton type="primary" :loading="submitting" @click="handleConfirm"> <ElButton type="primary" :loading="submitting" @click="handleConfirm">
确定 确定
</ElButton> </ElButton>
</div> </div>
</div>
</template> </template>
</ElDialog> </ElDialog>
</template> </template>
...@@ -385,7 +393,7 @@ defineExpose({ open }) ...@@ -385,7 +393,7 @@ defineExpose({ open })
.operate-order-card-grid { .operate-order-card-grid {
display: grid; display: grid;
grid-template-columns: repeat(6, 1fr); grid-template-columns: repeat(5, 1fr);
grid-template-rows: max-content; grid-template-rows: max-content;
gap: 12px; gap: 12px;
overflow-y: auto; overflow-y: auto;
...@@ -412,7 +420,7 @@ defineExpose({ open }) ...@@ -412,7 +420,7 @@ defineExpose({ open })
.card-info-grid { .card-info-grid {
display: grid; display: grid;
grid-template-columns: 1fr 90px; grid-template-columns: 1fr 120px;
gap: 4px; gap: 4px;
font-size: 12px; font-size: 12px;
margin-top: 6px; margin-top: 6px;
...@@ -526,4 +534,8 @@ defineExpose({ open }) ...@@ -526,4 +534,8 @@ defineExpose({ open })
font-size: 15px; font-size: 15px;
} }
} }
.dialog-footer {
display: flex;
align-items: center;
}
</style> </style>
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