Commit 68935df6 authored by wuzhilong's avatar wuzhilong

修改主题样式

parent c8227999
......@@ -76,7 +76,7 @@
<OBJECT classid="clsid:18EE8930-6993-4ADA-B8BB-02BA5820AC94" id="aaa" width="0px" height="0px" style="float: left;"
CODEBASE="plugin/Termb.cab#version=1,0,0,1" VIEWASTEXT></OBJECT>
<body class="hold-transition skin-blue-light sidebar-mini fixed">
<body class="hold-transition skin-green-light sidebar-mini fixed">
<div ng-if="loginData.login == true" class="wrapper">
<header class="main-header">
<!-- Logo -->
......@@ -85,8 +85,8 @@
<span class="logo-mini"><span><img src="newTheme/dist/img/logo.jpg" style="width:25px;height:25px;"></span></span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg">
<span ng-if="loginData.roleList[0].process!=8">北京制证辅助平台</span>
<span ng-if="loginData.roleList[0].process==8">邮政速递业务管理系统</span>
<span ng-if="loginData.roleList[0].process!=8">异地制证辅助平台</span>
<span ng-if="loginData.roleList[0].process==8">邮政速递业务管理系统</span>
</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
......@@ -130,7 +130,8 @@
</ul>
</li>
<li class="dropdown user user-menu">
<a ng-click="logout()" class="btn btn-flat" style="background-color: #0c6ba2;border: 0"><i class="glyphicon glyphicon-off"></i>退出当前用户</a>
<a ng-click="logout()" class="btn btn-flat" style="background-color: darkslategray;border: 0">
<i class="glyphicon glyphicon-off"></i>退出当前用户</a>
</li>
</ul>
</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