fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-02-24 20:09:49
|
* @Date : 2022-02-24 20:09:49
|
||||||
* @LastEditors : Shiming
|
* @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
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\model\\record-detail\\record-detail.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -34,5 +34,5 @@
|
|||||||
</st>
|
</st>
|
||||||
<div>合计:2999.00元</div>
|
<div>合计:2999.00元</div>
|
||||||
<div nz-col class="text-center">
|
<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>
|
</div>
|
||||||
Reference in New Issue
Block a user