Commit 233f1cc6 authored by wuhao's avatar wuhao 🎯

aser

parent ca9f5e7a
...@@ -11,16 +11,17 @@ export default [ ...@@ -11,16 +11,17 @@ export default [
{ {
path: '/about', path: '/about',
name: '关于南高', name: '关于南高',
component: '@/layouts/about',
routes: [ routes: [
{ {
path: '/about/insert', path: '/about/insert',
name: '走进南高', name: '走进南高',
component: '@/pages/index', component: '@/pages/about/insert',
}, },
{ {
path: '/about/honer', path: '/about/honer',
name: '南高荣誉', name: '南高荣誉',
component: '@/pages/index', component: '@/pages/honer',
}, },
{ {
path: '/about/join', path: '/about/join',
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -211,14 +211,14 @@ body, ...@@ -211,14 +211,14 @@ body,
} }
@media (min-width: 1920px) { @media (min-width: 1920px) {
html { html {
font-size: 30px; font-size: 28px;
} }
} }
.ant-menu-title-content { .ant-menu-title-content {
font-size: 16px !important; font-size: 16px !important;
} }
.section { .section {
padding: 24px; padding: 2rem;
position: relative; position: relative;
.tabs { .tabs {
text-align: center; text-align: center;
...@@ -258,6 +258,24 @@ body, ...@@ -258,6 +258,24 @@ body,
min-height: 30px; min-height: 30px;
} }
} }
.ant-card-bordered {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
.ant-card-cover {