🐞 fix:紧急修复了滚动条
This commit is contained in:
parent
ff926d6f91
commit
243ce97421
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div style="height: 100%">
|
||||
<t-menu style="height: 100vh">
|
||||
<t-menu style="height: 92vh">
|
||||
<t-submenu value="1" title="首页">
|
||||
<template #icon>
|
||||
<t-icon name="home" />
|
||||
|
|
|
@ -186,7 +186,7 @@ pre {
|
|||
.back-color {
|
||||
background-color: #f5f7fb;
|
||||
padding: 16px 24px;
|
||||
height: calc(101vh - 64px);
|
||||
height: calc(96vh - 64px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
.back-color {
|
||||
background-color: #f5f7fb;
|
||||
padding: 16px 24px;
|
||||
height: calc(101vh - 64px);
|
||||
height: calc(96vh - 64px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user