Skip to content

Commit

Permalink
optimize(projects): unocss border shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 29, 2024
1 parent 87b1838 commit 40d0f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/materials/src/libs/page-tab/button-tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defineSlots<Slots>();

<template>
<div
class=":soy: relative inline-flex cursor-pointer items-center justify-center gap-12px whitespace-nowrap border-1px rounded-4px border-solid px-12px py-4px"
class=":soy: relative inline-flex cursor-pointer items-center justify-center gap-12px whitespace-nowrap border-(1px solid) rounded-4px px-12px py-4px"
:class="[
style['button-tab'],
{ [style['button-tab_dark']]: darkMode },
Expand Down

0 comments on commit 40d0f8a

Please sign in to comment.