优化
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="layout-case" style="flex-direction: column">
|
||||
<header class="header">
|
||||
<page-header @operation="operation"></page-header>
|
||||
<navbar></navbar>
|
||||
<!-- <navbar></navbar> -->
|
||||
</header>
|
||||
<main class="main">
|
||||
<!-- <router-view v-slot="{ Component }" v-if="isRefreshRoute">
|
||||
@@ -195,8 +195,10 @@ function reload() {
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 0 15px 15px;
|
||||
padding: 15px;
|
||||
background: var(--el-color-info-light-9);
|
||||
border-radius: 20px;
|
||||
margin-right: 15px;
|
||||
@extend .scrollbar-y;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user