Browse Source

fix: build warn

pull/7666/head
xingyu4j 1 week ago
parent
commit
32db4cbd11
  1. 5
      packages/@core/ui-kit/shadcn-ui/src/ui/tree/tree.vue

5
packages/@core/ui-kit/shadcn-ui/src/ui/tree/tree.vue

@ -448,8 +448,9 @@ defineExpose({
} }
.item { .item {
@apply h-7.5 w-full box-border; box-sizing: border-box;
width: 100%;
height: 30px;
background-color: #f3f3f3; background-color: #f3f3f3;
border: 1px solid #666; border: 1px solid #666;
} }

Loading…
Cancel
Save