diff --git a/pmcalendar.php b/pmcalendar.php
index 598ab24..c516fd5 100644
--- a/pmcalendar.php
+++ b/pmcalendar.php
@@ -310,7 +310,20 @@ if ($act == 'newevent') {
-
展开
+
+
+
+
+
+
+
+
+
+
+
展开
+
+
+
编辑游戏 } ?>
@@ -318,7 +331,7 @@ if ($act == 'newevent') {
foreach ($GAMES as $g) {
echo "
";
} ?>
-
+
@@ -328,6 +341,24 @@ if ($act == 'newevent') {
height: 100%;
overflow: auto;
}
+ .shouhui {
+ background-color:#0078f7 !important;
+ color:#fff !important;
+ }
+ .xsqb-box {
+ display: flex;
+ flex-flow: row wrap;
+ align-items: center;
+ }
+ .left {
+ margin-left: 5px;
+ margin-top: 0px !important;
+ }
+ .left_box {
+ display: flex;
+ flex-flow: row wrap;
+ align-items: center;
+ }
.xsqb {
width: 60px;
background-color:#0078f7 !important;
@@ -951,13 +982,15 @@ if ($act == 'newevent') {
function gamesbtndis(){
var type = $("#gamesbtn").css('display');
- console.log($("#xsqb font font").html());
+ // console.log($("#xsqb font font").html());
if(type == 'none'){
$("#gamesbtn").show();
$("#xsqb font font").html('收回');
+ $("#left_box").hide();
}else {
$("#gamesbtn").hide();
- $("#xsqb font font").html('展开');
+ $("#xsqb font font").html('显示全部');
+ $("#left_box").show();
}
}
@@ -1226,6 +1259,7 @@ if ($act == 'newevent') {
}
function onlyShowGame(o) {
+ console.log(o);
if (o.value != '') {
$('#datarepair').hide();
$('.xian3').css('background-color','#fff');