细节优化
parent
021ab43e47
commit
85002e5bdc
|
|
@ -10,7 +10,7 @@
|
|||
<a href="{{:PluginsAdminUrl('freightfee', 'admin', 'index')}}" class="fr fs-14 m-t-5 am-icon-mail-reply"> 返回</a>
|
||||
</legend>
|
||||
|
||||
<div class="am-form-group">
|
||||
<div class="business-form-block am-form-group">
|
||||
<label>计价方式</label>
|
||||
<div>
|
||||
{{foreach $is_whether_list as $v}}
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
<span class="business-operations-submit rules-submit-add">+为指定地区城市设置运费</span>
|
||||
</div>
|
||||
|
||||
<div class="am-form-group am-form-group-refreshing">
|
||||
<div class="am-form-group business-form-block am-form-group-refreshing">
|
||||
<button type="submit" class="am-btn am-btn-primary am-radius btn-loading-example am-btn-sm am-btn-block" data-am-loading="{loadingText:'处理中...'}">保存</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -84,8 +84,8 @@ iframe { width: 100%; height: 100%; border: 0; }
|
|||
border-bottom: 1px dashed #ccc;
|
||||
padding: 10px 20% 10px 5px;
|
||||
}
|
||||
.am-popup form.am-form .am-form-group {
|
||||
padding: 10px 5px;
|
||||
.am-popup form.am-form .am-form-group, .business-form-block {
|
||||
padding: 10px 5px !important;
|
||||
}
|
||||
form.am-form .am-form-group-refreshing, .plug-file-upload-view, .content-app-items {
|
||||
border-bottom: 0px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue