|
@@ -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({
|