Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
d033ff5a9765b3789342690b07a9f327a399ee2b
Authored by
fengtao
2023-11-02 14:45:07 +0800
1 parent
ed856515
pref: DEFECT-1733 优化场景联动 部分select弹出框内容,上下滑动未跟随滑动
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/rule/linkedge/cpns/Trigger-Condition.vue
src/views/rule/linkedge/cpns/Trigger-Condition.vue
View file @
d033ff5
...
...
@@ -31,6 +31,7 @@
31
31
:options="options"
32
32
:disabled="disabled"
33
33
v-model:value="model[field]"
34
+
:getPopupContainer="(triggerNode) => triggerNode.parentNode"
34
35
@change="operationType = model[field]"
35
36
placeholder="请选择比较类型"
36
37
allowClear
...
...