Переглянути джерело

디자인 추가 반영

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>'
                 ''