Browse Source

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

bianjiang 1 year ago
parent
commit
89bdfbdf74

+ 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