소스 검색

디자인 추가 반영

https://github.com/openNAMU/openNAMU/issues/2535
잉여개발기 (SPDV) 1 년 전
부모
커밋
39d1059e77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      route/give_admin_groups.py

+ 1 - 1
route/give_admin_groups.py

@@ -101,7 +101,7 @@ async def give_admin_groups(name = 'test'):
                     choice = for_a[2]
 
                 data += '' + \
-                    '<li class="opennamu_list_1" style="margin-left: ' + str(int(for_a[0]) * 20) + 'px;">' + \
+                    '<li class="opennamu_list_1" style="margin-left: ' + str((int(for_a[0]) - 1) * 20) + 'px;">' + \
                         choice + \
                     '</li>'
                 ''