bug fix
This commit is contained in:
parent
f57364bb4d
commit
9b6c62ad2e
|
@ -99,8 +99,11 @@
|
|||
<div
|
||||
class="coupon-grid z-10 sticky top-0 grid gap-4 py-4 px-6 md:px-8 shadow text-md font-semibold text-secondary bg-gray-50 dark:bg-black dark:bg-opacity-5"
|
||||
>
|
||||
<div>그룹번호</div>
|
||||
<div>쿠폰시리얼번호</div>
|
||||
<div>
|
||||
그룹번호
|
||||
<hr style="margin: 7px 0px" />
|
||||
쿠폰시리얼번호
|
||||
</div>
|
||||
<div>
|
||||
생성아이디
|
||||
<hr style="margin: 7px 0px" />
|
||||
|
@ -129,8 +132,18 @@
|
|||
<div
|
||||
class="coupon-grid grid items-center gap-4 py-3 px-6 md:px-8 border-b"
|
||||
>
|
||||
<div>{{ coupon.couponGroupNumber }}</div>
|
||||
<div>{{ coupon.couponSerialNumber }}</div>
|
||||
<div
|
||||
style="
|
||||
width: 300px;
|
||||
padding: 0 5px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
"
|
||||
>
|
||||
{{ coupon.couponGroupNumber }}
|
||||
<hr style="margin: 7px 0px" />
|
||||
{{ coupon.couponSerialNumber }}
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
{{ coupon.issuedCouponId }}
|
||||
|
@ -138,9 +151,7 @@
|
|||
<hr style="margin: 7px 0px" />
|
||||
{{ coupon.issuedCouponNickname }}
|
||||
</div>
|
||||
<div>
|
||||
{{ coupon.issuedCouponMoney }}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
{{ coupon.issuedCoupons }}
|
||||
</div>
|
||||
|
@ -149,6 +160,9 @@
|
|||
<hr style="margin: 7px 0px" />
|
||||
{{ coupon.takeCouponNickname }}
|
||||
</div>
|
||||
<div>
|
||||
{{ coupon.issuedCouponMoney }}
|
||||
</div>
|
||||
<div class="hidden md:block">
|
||||
{{ coupon.couponStartDate }}
|
||||
<hr style="margin: 7px 0px" />
|
||||
|
|
|
@ -56,8 +56,8 @@ import { Router } from '@angular/router';
|
|||
}
|
||||
|
||||
@screen lg {
|
||||
/* 그룹 시리얼 생성 발행수 지급 시작 사용 등록 */
|
||||
grid-template-columns: 140px 140px auto 100px 140px 140px 40px 140px;
|
||||
/* 그룹 생성 발행수 지급 금액 시작 사용 등록 */
|
||||
grid-template-columns: auto 100px 80px 100px 100px 140px 60px 140px;
|
||||
}
|
||||
}
|
||||
`,
|
||||
|
|
Loading…
Reference in New Issue
Block a user