|
@@ -559,9 +559,11 @@ export default {
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.plaza-page {
|
|
.plaza-page {
|
|
|
|
|
+ padding-top: 60px;
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
background: #FFF0F5; // 淡淡粉色背景
|
|
background: #FFF0F5; // 淡淡粉色背景
|
|
|
|
|
|
|
|
|
|
+
|
|
|
// 顶部标题栏
|
|
// 顶部标题栏
|
|
|
.header {
|
|
.header {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
@@ -580,6 +582,7 @@ export default {
|
|
|
overflow: visible;
|
|
overflow: visible;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
+
|
|
|
.header-background { display: none; }
|
|
.header-background { display: none; }
|
|
|
|
|
|
|
|
.header-content {
|
|
.header-content {
|