Kirin 2 năm trước cách đây
mục cha
commit
ec58694e15
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }
     })