qinyan 1 年之前
父節點
當前提交
1a02a6d585

+ 1 - 1
src/modules/editor/components/CompUI/basicUI/Text/component.tsx

@@ -85,7 +85,7 @@ export const Component = createUIComp({
 });
 
 const textStyle = css`
-  font-size: 0.14rem;
+  font-size: 12px;
   p {
     margin: 0;
   }

+ 1 - 1
src/modules/editor/components/CompUI/basicUI/Video/component.tsx

@@ -30,7 +30,7 @@ export const Component = defineComponent({
           onDblclick={store.isEditMode ? changeVal : undefined}
         >
           <video
-            class="w-full object-cover pointer-events-none"
+            class="w-full object-cover"
             src={value.url}
             style={{ aspectRatio: value.ratio }}
             {...options}

+ 1 - 0
windi.config.js

@@ -9,6 +9,7 @@ export default defineConfig({
       white: "#fff",
       danger: "#e3342f",
       orange: "#e88b00",
+      black: "#000",
     },
   },
 });