fix: 调整风格

This commit is contained in:
lzhizhao 2025-10-14 01:29:23 +08:00
parent e39c0f305f
commit d4a7810891
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
v-if="$route.meta.isTab" v-if="$route.meta.isTab"
v-model="mainTabsActiveName" v-model="mainTabsActiveName"
:closable="true" :closable="true"
type="card" type="card"
@tab-click="selectedTabHandle" @tab-click="selectedTabHandle"
@tab-remove="removeTabHandle" @tab-remove="removeTabHandle"
> >
@ -251,7 +251,7 @@ export default {
<style lang="scss"> <style lang="scss">
.site-content--tabs { .site-content--tabs {
padding: 0; padding: 48px 0 0;
} }
// el-tabs // el-tabs
@ -344,4 +344,4 @@ export default {
opacity: 0; opacity: 0;
transform: translateX(30px); transform: translateX(30px);
} }
</style> </style>

View File

@ -86,7 +86,7 @@
<style lang="scss"> <style lang="scss">
.site-content__wrapper { .site-content__wrapper {
position: relative; position: relative;
padding: 8px; padding: 50px 8px 8px 8px;
background-color: #f1f4f5; background-color: #f1f4f5;
transition: margin-left 0.3s, width 0.3s; // transition: margin-left 0.3s, width 0.3s; //
} }
@ -96,4 +96,4 @@
margin-left: 64px; // margin-left: 64px; //
} }
} }
</style> </style>