Selaa lähdekoodia

fix: build warn

xingyu4j 3 kuukautta sitten
vanhempi
commit
32db4cbd11
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      packages/@core/ui-kit/shadcn-ui/src/ui/tree/tree.vue

+ 3 - 2
packages/@core/ui-kit/shadcn-ui/src/ui/tree/tree.vue

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