|
|
|
@ -43,8 +43,8 @@ class TotalAmount extends Card |
|
|
|
$url = url('admin/mm_withdraw/create'); |
|
|
|
} |
|
|
|
return <<<HTML |
|
|
|
<div class="d-flex justify-content-between bg-primary align-items-center mt-1" style="margin-bottom: 2px"> |
|
|
|
<h2 class="ml-1 font-large-1">{$content}</h2> |
|
|
|
<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px"> |
|
|
|
<h2 class="ml-1 font-large-1 text-primary">{$content}</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<a type="button" href="{$url}" style="float: right; margin-right: 10px;margin-top: 15px" class="btn btn-outline-primary">提现</a> |
|
|
|
|