diff options
| author | 2024-09-08 03:04:43 +0800 | |
|---|---|---|
| committer | 2024-09-08 03:04:43 +0800 | |
| commit | 704ba23c649380f87ecb2f68fe3914881a4a76e0 (patch) | |
| tree | 7a5ab71a72ab895c61fb5214ca1ddbaf5d88938b /src/views/index | |
| parent | 65e35b8cf24bd2faea61e2ec14f64c360e3652e1 (diff) | |
| download | HydroRollSite-704ba23c649380f87ecb2f68fe3914881a4a76e0.tar.gz HydroRollSite-704ba23c649380f87ecb2f68fe3914881a4a76e0.zip | |
chore: Optimize page layout
Diffstat (limited to 'src/views/index')
| -rw-r--r-- | src/views/index/Notepad/index.vue | 6 | ||||
| -rw-r--r-- | src/views/index/Right.vue | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/views/index/Notepad/index.vue b/src/views/index/Notepad/index.vue index fde6e90..33466d4 100644 --- a/src/views/index/Notepad/index.vue +++ b/src/views/index/Notepad/index.vue @@ -19,7 +19,7 @@ export default { <template> - <div class="details" style="overflow-y:scroll;overflow-x:hidden;height:100%"> + <div class="details" style="overflow-y:hidden;overflow-x:hidden;height:100%"> <h3> {{ title }} </h3> @@ -32,7 +32,7 @@ export default { h3 { - font-size: 1.2rem; + font-size: 1.8rem; font-weight: 500; margin-bottom: 0.4rem; color: var(--color-heading); @@ -47,7 +47,7 @@ h3 { @media screen and (orientation:landscape) { .details { flex: 1; - width: 30dvw; + width: 32dvw; } } </style> diff --git a/src/views/index/Right.vue b/src/views/index/Right.vue index d76397e..85df994 100644 --- a/src/views/index/Right.vue +++ b/src/views/index/Right.vue @@ -116,6 +116,7 @@ i { @media screen and (orientation:landscape) { .messageBar { + height: 600px; margin-top: 0; padding: 5rem 0 5rem calc(var(--section-gap) / 2); } |
