fix(about): fixed user manual css

This commit is contained in:
OldHawk
2018-03-18 18:16:57 +08:00
parent b42cff5fa6
commit 3ea77ce5bc
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@
font-size: 12px !important;
}
.manual-line-height {
line-height: 1.8;
}
.black-list {
.black-item {
cursor: pointer;

View File

@@ -22,7 +22,7 @@
ui-sref-active="active">{{'ABOUT.MENU_ABOUT_MANUAL_REQUEST_RULES' | translate}}</a>
</div>
</div>
<div class="col-sm-8 col-md-9 padding-bottom-30">
<div class="col-sm-8 col-md-9 padding-bottom-30 manual-line-height">
<div ui-view></div>
<div ng-init="vm.getTemplateFileContent('/modules/about/client/templates/rules-footer-'+vm.lang+'.md')">
<span class="templates-footer" ng-bind-html="vm.getTemplateMarkedContent()"></span>