Explorar el Código

change splitpane default

Michael Wang hace 3 años
padre
commit
a270a05d5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/features/mark/use/splitPane.ts

+ 1 - 1
src/features/mark/use/splitPane.ts

@@ -3,7 +3,7 @@ import { onMounted, onUnmounted, ref, watchEffect } from "vue";
 export function dragSplitPane() {
   let pos = { y: 0 };
   const dragSpliter = ref(null as unknown as HTMLDivElement);
-  let topPercent = ref(30);
+  let topPercent = ref(40);
 
   const mouseDownHandler = function (e: MouseEvent) {
     // console.log(e);