Skip to content

Commit

Permalink
Merge pull request #427 from nanasikeai/feat_strategy_new
Browse files Browse the repository at this point in the history
refactor: 策略详情样式优化 --story=118179847
  • Loading branch information
OrenZhang authored Sep 5, 2024
2 parents 06ab8ab + d947488 commit c25efc2
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/frontend/src/views/strategy-manage/list/components/detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@
:key="item.name"
:label="item.label"
:name="item.name">
<component
:is="renderCom"
:data="data"
:strategy-map="strategyMap"
:user-group-list="userGroupList" />
<scroll-faker>
<component
:is="renderCom"
:data="data"
:strategy-map="strategyMap"
style="height: calc(100% - 50px)"
:user-group-list="userGroupList" />
</scroll-faker>
</bk-tab-panel>
</bk-tab>
</div>
Expand Down Expand Up @@ -81,6 +84,10 @@
.bk-tab-header {
margin-left: 24px;
}
.bk-tab-content {
height: 100%;
}
}
}
</style>

0 comments on commit c25efc2

Please sign in to comment.