qinyan vor 1 Jahr
Ursprung
Commit
71deed650d

+ 4 - 4
src/modules/editor/components/Viewport/Slider/SliderLeft/index.tsx

@@ -116,8 +116,8 @@ const tabs = [
 export default defineUI({
   setup() {
     const state = reactive({
-      tabIndex: 7,
-      list: [7],
+      tabIndex: 0,
+      list: [0],
     });
 
     return () => {
@@ -191,8 +191,8 @@ const PanelContent = defineComponent({
   },
   setup(props) {
     const state = reactive({
-      currCompIndex: 1,
-      list: [1],
+      currCompIndex: 0,
+      list: [0],
     });
 
     const SubTabs = () => {