Commit 4ace01d1 authored by neo's avatar neo

[dev] fixed margein for button approve

parent d4a1eca1
......@@ -19,9 +19,9 @@
<a ng-repeat="menu in menus" ui-sref-active="active" ng-click="setReportSession(menu.name);" ui-sref=".{{menu.name}}"
atms-permission permission-control-type="ngIf" permission-code="{{menu.permission}}">{{menu.state | translate}}</a>
</div>
<div style="float:right;margin-right:10px;">
<div style="float:right;margin-right:150px;">
<button class="btn btn-default btn-primary" ng-click="approve('')">
<span translate="Confirm">报表提审</span>
<span>报表提审</span>
</button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment