Browse Source

修改店铺详情和违规详情的样式

huxz 8 years ago
parent
commit
fc7a4d5d4c

+ 1 - 1
src/main/webapp/resources/view/admin/store/fragments/enterprise_info.html

@@ -277,7 +277,7 @@
 		<div ng-if="showRecords" class="application-tab" style="width: 98%;margin: 0 auto;">
 			<div class="row" style="width: 100%">
 				<div class="col-md-12">
-					<div style="width: 100%;line-height: 50px;font-size: 16px;">
+					<div style="width: 100%;line-height: 50px;font-size: 14px;color: #3ba9e9;">
 						企业寄售协议操作记录
 					</div>
 					<table class="table" ng-table="recordsTableParams">

+ 1 - 1
src/main/webapp/resources/view/admin/store/fragments/violations_detail.html

@@ -367,7 +367,7 @@
 	<!-- 管理员恢复店铺经营记录 -->
 	<div class="violation-handler" style="margin-top: 5px" ng-if="violations.status === 'DONE' && violations.restore">
 		<div class="violation-content">
-			<h3 style="color: #f00">恢复店铺经营<span>审核人:<em ng-bind="violations.restoreOperator.name">哈哈哈</em><em ng-bind="violations.restoreOperator.operateTime | date: 'yyyy-MM-dd HH:mm:ss'">2017-07-02-13 14:50:50</em></span></h3>
+			<h3 style="color: #f00">恢复店铺经营<span>审核人:<em ng-bind="violations.restoreOperator.name || '系统'">哈哈哈</em><em ng-bind="(violations.restoreOperator.operateTime || violations.updateTime) | date: 'yyyy-MM-dd HH:mm:ss'">2017-07-02-13 14:50:50</em></span></h3>
 			<div class="recovery-deal">
 				<span>店铺已恢复经营</span>
 			</div>