细节优化

feat/task1-c-wallet
gongfuxiang 2022-04-20 14:44:53 +08:00
parent 2554878354
commit 9f85369a9d
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{{block name="form_operate_top"}}
<a href="{{:MyUrl('admin/user/saveinfo')}}" class="am-btn am-btn-secondary am-radius am-btn-xs am-icon-plus"> 新增</a>
{{if !IsMobile()}}
<a href="{{$excel_url}}" class="am-btn am-btn-success am-btn-xs am-icon-file-excel-o am-radius"> 导出Excel</a>
<a href="{{$excel_url}}" class="am-btn am-btn-success am-btn-xs am-icon-file-excel-o am-radius" target="_blank"> 导出Excel</a>
{{/if}}
<!-- 父级内容 -->
{__block__}

View File

@ -882,7 +882,8 @@ a.am-badge-danger-plain:focus {
*
*/
form .am-panel .am-form-group:last-child,
form .am-panel .business-form-group:last-child {
form .am-panel .business-form-group:last-child,
form .am-tab-panel .am-form-group:last-child {
border-bottom: 0;
}