重构 OptionEditor 和 ParamInput 组件样式:调整列宽计算

This commit is contained in:
fofolee
2025-01-23 15:39:06 +08:00
parent 06bd651c53
commit feaf1ccf64
5 changed files with 34 additions and 20 deletions

View File

@@ -1,6 +1,3 @@
import { newVarInputVal } from "js/composer/varInputValManager";
import { browserCommands } from "js/composer/commands/browserCommands";
export const macosCommands = {
label: "Mac自动化",
icon: "laptop_mac",

View File

@@ -1,5 +1,5 @@
import { newVarInputVal } from "js/composer/varInputValManager.js";
import { browserCommands } from "js/composer/commands/browserCommands.js";
const sendKeys = [
// 特殊按键
{ value: "{ENTER}", label: "回车键 (Enter)" },