style(theme-3): 修复详情页顶部导航栏上方的空白边距及滚动内容穿透问题
This commit is contained in:
@@ -453,7 +453,7 @@ function onPickSelection(selId: string, marketId: string) {
|
||||
<style scoped>
|
||||
.detail-page {
|
||||
margin: 0 -16px;
|
||||
padding-top: 8px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 16px;
|
||||
background: var(--bg-body);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user