Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2018-12-20 13:53:40 +08:00
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
$(function()
{
$('.main-actions-holder').css('height', '0px');
var $xuanAction = "<div class='xuancard-actions fixed'>";
$('.main-col div.main-actions .btn-toolbar a').each(function(){
var $that = $(this);
+1
View File
@@ -3,3 +3,4 @@
#mainMenu .btn{display:none;}
#mainMenu .divider{display:none;}
.main-actions{display:none;}
#mainContent .cell{min-height: 420px}
+1
View File
@@ -1,5 +1,6 @@
$(function()
{
$('.main-actions-holder').css('height', '0px');
var $xuanAction = "<div class='xuancard-actions fixed'>";
$('.main-col div.main-actions .btn-toolbar a').each(function(){
var $that = $(this);
+1
View File
@@ -1,5 +1,6 @@
$(function()
{
$('.main-actions-holder').css('height', '0px');
var $xuanAction = "<div class='xuancard-actions fixed'>";
$('.main-col div.main-actions .btn-toolbar a').each(function(){
var $that = $(this);
+1
View File
@@ -1,5 +1,6 @@
$(function()
{
$('.main-actions-holder').css('height', '0px');
var $xuanAction = "<div class='xuancard-actions fixed'>";
$('.main-col div.main-actions .btn-toolbar a').each(function(){
var $that = $(this);
+1
View File
@@ -1,5 +1,6 @@
$(function()
{
$('.main-actions-holder').css('height', '0px');
var $xuanAction = "<div class='xuancard-actions fixed'>";
$('.main-col div.main-actions .btn-toolbar a').each(function(){
var $that = $(this);
+1
View File
@@ -9,3 +9,4 @@ body{padding:0px; margin: 0px}
.xuanxuan-card{padding-bottom:55px;}
.xuancard-actions{width: 100%;text-align: center; padding: 10px 0;}
.xuancard-actions.fixed{position: fixed; background: #fff; border-top: 1px solid #ddd; bottom: 0; margin-bottom: 0; z-index: 999; box-shadow: 0 -2px 10px rgba(0,0,0,0.15);}
.cell .histories{min-height:350px}