fix style

This commit is contained in:
Qiuxia Fan 2022-05-07 12:18:53 +08:00
parent ddcfb8d890
commit 3c92edc35c
2 changed files with 3 additions and 2 deletions

View File

@ -19,5 +19,7 @@ limitations under the License. -->
#app { #app {
color: #2c3e50; color: #2c3e50;
height: 100%; height: 100%;
overflow: auto;
min-width: 1024px;
} }
</style> </style>

View File

@ -24,13 +24,12 @@ body {
sans-serif; sans-serif;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
text-size-adjust: 100%; text-size-adjust: 100%;
min-width: 1024px;
height: 100%;
} }
html, html,
body { body {
height: 100%; height: 100%;
overflow-y: hidden;
} }
div, div,