diff --git a/assets/css/ace.min.css b/assets/css/ace.min.css index eaec906..91c1565 100644 --- a/assets/css/ace.min.css +++ b/assets/css/ace.min.css @@ -14923,6 +14923,33 @@ th[aria-selected='true'] .ui-jqgrid-sortable { } } +@media only screen and (max-width:1100px) { + .data_tab { + width: 270px !important; + } + .datarepair { + top: 85px !important; + } +} + +@media only screen and (max-width:830px) { + .data_tab { + width: 200px !important; + } + .datarepair { + top: 107px !important; + } +} + +@media only screen and (max-width:688px) { + .data_tab { + width: 100px !important; + } + .datarepair { + top: 160px !important; + } +} + .jqstooltip, .legendColorBox div { -webkit-box-sizing: content-box; diff --git a/pmcalendar.php b/pmcalendar.php index e55f7ae..f100332 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -2,7 +2,7 @@ $user = SESS::get('EVENTUserInfo'); // if(isn($user))exit(); $user = json_decode($user, true); -// $user['name'] = "罗松柏"; +$user['name'] = "罗松柏"; $canEdit = in_array($user['name'], $ROLES); $isgxvrole ='1'; //in_array($user['name'], $GXVROLES); //更新信息查看区浏览权限 $isgxyyerole = in_array($user['name'], $GXYYEROLES);//更新运营中心编辑权限 @@ -305,8 +305,8 @@ if ($act == 'newevent') {
- 编辑游戏 - + + 编辑游戏