Skip to content

Commit

Permalink
Update 文字优化
Browse files Browse the repository at this point in the history
  • Loading branch information
BobCoderS9 committed Aug 4, 2022
1 parent f4ab808 commit 519f6cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/metron/admin/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
<h5>邀请人数</h5>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefUserCount('today')">今天</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefUserCount('yesterday')">昨天</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefUserCount('week')">这周</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefUserCount('month')">这月</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefUserCount('week')">本周</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefUserCount('month')">本月</button>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -297,8 +297,8 @@
<h5>邀请返利</h5>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefMoneyCount('today')">今天</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefMoneyCount('yesterday')">昨天</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefMoneyCount('week')">这周</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefMoneyCount('month')">这月</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefMoneyCount('week')">本周</button>
<button class="mdl-button mdl-js-button mdl-button--raised" onclick="getRefMoneyCount('month')">本月</button>
<table>
<thead>
<tr>
Expand Down

0 comments on commit 519f6cf

Please sign in to comment.