This commit is contained in:
wangshiming
2022-03-10 14:36:27 +08:00
parent 1a353f4c93
commit 7406f1234a

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-02-24 20:09:49
* @LastEditors : Shiming
* @LastEditTime : 2022-03-10 14:05:25
* @LastEditTime : 2022-03-10 14:34:30
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\model\\record-detail\\record-detail.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -34,5 +34,5 @@
</st>
<div>合计2999.00元</div>
<div nz-col class="text-center">
<button nz-button nzType="primary" (click)="close()">确定</button>
<button nz-button nzType="primary" style="width: 150px;" (click)="close()">确定</button>
</div>