Commit ad61b0487b458b1d57893fb080e97543e62e5019

Authored by ww
1 parent ce679d22

fix: workbench has margin-right

... ... @@ -2,7 +2,7 @@
2 2 <div class="p-4 md:flex">
3 3 <div
4 4 class="md:w-7/10 w-full !mr-4 enter-y"
5   - :class="role !== RoleEnum.SYS_ADMIN && '!md:w-full'"
  5 + :class="role !== RoleEnum.SYS_ADMIN && '!md:w-full !mr-0'"
6 6 >
7 7 <GrowCard :loading="loading" class="enter-y" :role="role" />
8 8 <SiteAnalysisMessage class="!my-4 enter-y" :loading="loading" :role="role" />
... ...