Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-11-07 14:29:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd995c5854c14b492b30f1ea67fd8f61f415e125
dd995c58
1 parent
68a4e6a1
fix 修复产品中心弹出框高度显示问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/components/common/hagerHeader.vue
src/components/common/hagerHeader.vue
View file @
dd995c5
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-0
1 17:26:50
* @LastEditTime: 2024-11-0
7 14:28:25
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
...
...
@@ -299,6 +299,7 @@ export default {
const availableHeight = windowHeight - topOffset;
// 设置 .product-right-wrapper 的最大高度,确保不会溢出窗口
productRightWrapper.style.height = availableHeight + 'px';
productRightWrapper.style.overflowY = 'scroll';
}
})
},
...
...
@@ -452,7 +453,7 @@ export default {
flex-basis: 66.67%;
background-color: @background-color;
padding: 1.75rem 1.5rem;
overflow: scroll
;
box-sizing:border-box
;
.product-right-title {
display: flex;
justify-content: space-between;
...
...
Please
register
or
login
to post a comment