* [bug#50362,doing,0.1h,2.6h] add selece module picker.

This commit is contained in:
tianshujie
2024-05-30 11:28:44 +08:00
parent 9478585c80
commit 7cf449ccb5
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
.sidebar .tree .item-content > .item-title {white-space: nowrap; overflow: hidden; text-overflow: clip;}
.flex-auto .tree-item-content .row:not(:first-child) {overflow: hidden;}
li.tree-item > div.listitem > nav.toolbar {margin-left: 0;}
form .form-group.copy .col-short{min-width: 110px;}
+6
View File
@@ -46,6 +46,12 @@ if($viewType == 'story' && $allProduct)
set::items($allProduct),
set::required(true),
set::onchange("syncProductOrProject(this, 'product')")
),
picker
(
setClass('col-short'),
set::name('productModule'),
set::items($productModules)
)
)
);