Procházet zdrojové kódy

先屏蔽%的设定

liwei před 1 rokem
rodič
revize
24669e0e36

+ 1 - 1
src/modules/editor/components/CompUI/formItems/Size.tsx

@@ -10,7 +10,7 @@ import { TipIcons } from "../../TipIcons";
 
 const selectOptions = [
   { value: "px", label: "PX", options: { step: 1 } },
-  { value: "%", label: "%", options: { step: 0.1 } },
+  // { value: "%", label: "%", options: { step: 0.1 } },
 ];
 
 export const Size = defineComponent({