Skip to content

Commit

Permalink
fix: 修复按钮吸底出现跳动的问题
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 21540
  • Loading branch information
hyunfa committed Oct 22, 2024
1 parent 44d9db6 commit a3d72ba
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
</VariablePopover>
</div>
</bk-collapse>

<div v-if="isScroll" style="height: 53px;"></div>
<section v-if="!loading" :class="['footer', { 'fixed': isScroll }]">
<div class="footer-content">
<bk-button v-test.common="'stepNext'" theme="primary" class="nodeman-primary-btn" @click="handleNextStep">
Expand Down Expand Up @@ -860,9 +860,6 @@ export default class ParamsConfig extends Vue {
overflow: auto;
}
&.has-scroll {
.scroll-content {
padding-bottom: 36px;
}
.footer {
position: absolute;
right: 0;
Expand Down

0 comments on commit a3d72ba

Please sign in to comment.