-
- {{ pageTitle }}
-
-
+
+
+
+ {{ pageTitle }}
+
+
+
+ :class="[
+ 'flex flex-col flex-1 h-[calc(100%-64px)] overflow-hidden bg-primary-50',
+ 'transition-transform',
+ menu.sidebarShowed ? 'transform duration-300 lg:pl-80' : 'transform duration-300 md:pl-4'
+ ]"
+ >
-
\ No newline at end of file
+