Kirin hace 2 años
padre
commit
ec58694e15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/admin/view/user/cert_type/index.php

+ 1 - 1
app/admin/view/user/cert_type/index.php

@@ -64,7 +64,7 @@
                 $eb.openImage(data.image);
                 break;
             case 'edit':
-                $eb.createModalFrame(data.group_name + '-编辑', layList.U({a: 'addGroup', q: {id: data.id}}), {h: 250, w: 720});
+                $eb.createModalFrame(data.group_name + '-编辑', layList.U({a: 'addGroup', q: {id: data.id}}), {h: 750, w: 1000});
                 break;
         }
     })