Skip to content

Commit fe2266f

Browse files
committed
chore: format Layout component
1 parent 9232341 commit fe2266f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Layout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ defineProps({
7474
img {
7575
@apply max-w-full align-middle;
7676
}
77-
7877
</style>
7978
</head>
8079
<body :xml:lang="lang" :class="['m-0 p-0 size-full [word-break:break-word]', bodyClass]">
@@ -85,7 +84,8 @@ defineProps({
8584
:lang="lang"
8685
:dir="dir"
8786
style="font-size: medium;"
88-
:class="['[font-size:max(16px,1rem)]', $attrs.class]">
87+
:class="['[font-size:max(16px,1rem)]', $attrs.class]"
88+
>
8989
<slot />
9090
</div>
9191
</body>

0 commit comments

Comments
 (0)