소스 검색

Merge branch 'dev' of http://124.70.149.18:10880/lianghj/queenshow into dev

bianjiang 1 년 전
부모
커밋
89bdfbdf74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/editor/components/Viewport/Slider/SliderRight/CompTree.tsx

+ 1 - 1
src/modules/editor/components/Viewport/Slider/SliderRight/CompTree.tsx

@@ -224,7 +224,7 @@ const CompNode = defineComponent({
           <span class="flex-1 w-0 whitespace-nowrap overflow-hidden overflow-ellipsis pr-10px">
             {props.title}
           </span>
-          <span class="actions space-x-4px whitespace-nowrap">
+          <span class="actions space-x-4px whitespace-nowrap transition">
             {actions.map((action, i) =>
               action.getVisible.call(editor, comp) ? (
                 <action.component