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

@ -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

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; //
} }