Skip to content

Commit

Permalink
【样式调整】
Browse files Browse the repository at this point in the history
1、所有对话窗口的对话组件底部的footer背景去掉隐藏,使用calc进行样式计算100%-10px 这样半透明背景和滚动条的10px就可以完美兼容
  • Loading branch information
xiaoye committed Sep 2, 2023
1 parent 705087a commit 1ec448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/src/components/LeftNavigationBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default defineComponent({
:deep(.rightContent) {
.footer {
background: transparent;
width: calc(100% - 10px);
}
}
</style>
Expand Down

0 comments on commit 1ec448d

Please sign in to comment.