@@ -14,7 +14,7 @@
class="flex items-start"
style="max-height: 100%"
>
- <div>
+ <div class="max-h-[800px] overflow-auto">
<el-input
v-model="keywords"
placeholder="SKU / 商品名"
@@ -240,7 +240,7 @@ const close = (done = {} as any) => {
width: 180px;
min-width: 180px;
border: 1px solid #eee;
- padding: 0 0 24px 0;
+ padding: 0 12px 24px 0;
}
.sku-area {
width: 100%;