* [task#131080] modify the icon of tableInput.

This commit is contained in:
wangzemei
2024-11-01 14:30:59 +08:00
committed by 谢杞钰
parent 1b8e25caf2
commit 7f696435aa
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -36,3 +36,5 @@
.has-sidebar .sidebar.is-expanded {--sidebar-left-width: 455px !important;}
.has-sidebar .sidebar.is-collapsed {--sidebar-left-width: 0 !important;}
.sidebar-left.is-expanded > .think-node-menu ~ .sidebar-gutter {margin-left: 8px}
.dropdown-menu .menu-item[z-key="tableInput"] .icon {transform: scaleX(-1) rotate(90deg);}
+1 -1
View File
@@ -236,7 +236,7 @@ class thinkStepMenu extends wg
$this->buildMenuItem('radio', 'radio', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['radio'], $item, $parentID, 'radio'),
$this->buildMenuItem('checkbox', 'checkbox', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['checkbox'], $item, $parentID, 'checkbox'),
$this->buildMenuItem('input', 'input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['input'], $item, $parentID, 'input'),
$this->buildMenuItem('tableInput', 'cell-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['tableInput'], $item, $parentID, 'tableInput'),
$this->buildMenuItem('tableInput', 'multi-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['tableInput'], $item, $parentID, 'tableInput'),
$this->buildMenuItem('multicolumn', 'multi-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['multicolumn'], $item, $parentID, 'multicolumn'),
));
return $menus;