aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/views/index/Notepad
diff options
context:
space:
mode:
authorNtkskwk <natsukawa247@outlook.com>2024-09-08 03:04:43 +0800
committerNtkskwk <natsukawa247@outlook.com>2024-09-08 03:04:43 +0800
commit704ba23c649380f87ecb2f68fe3914881a4a76e0 (patch)
tree7a5ab71a72ab895c61fb5214ca1ddbaf5d88938b /src/views/index/Notepad
parent65e35b8cf24bd2faea61e2ec14f64c360e3652e1 (diff)
downloadHydroRollSite-704ba23c649380f87ecb2f68fe3914881a4a76e0.tar.gz
HydroRollSite-704ba23c649380f87ecb2f68fe3914881a4a76e0.zip
chore: Optimize page layout
Diffstat (limited to 'src/views/index/Notepad')
-rw-r--r--src/views/index/Notepad/index.vue6
1 files changed, 3 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>