提交 3fb73344 编写于 作者: Q qq_38870145

Auto Commit

上级 1ac87864
...@@ -5,14 +5,6 @@ html { ...@@ -5,14 +5,6 @@ html {
padding: 0; padding: 0;
} }
body {
background-image: linear-gradient(to bottom,
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.8)), url("./img/previewFix.jpg");
background-size: 100% 100%;
/* background-repeat: no-repeat; */
color: #fff;
}
.ant-radio-wrapper{ .ant-radio-wrapper{
color:#fff; color:#fff;
} }
\ No newline at end of file
...@@ -106,9 +106,7 @@ onMounted(() => { ...@@ -106,9 +106,7 @@ onMounted(() => {
</a-layout-header> </a-layout-header>
<a-layout-content class="content-box"> <a-layout-content class="content-box">
<!-- 渲染子路由--> <!-- 渲染子路由-->
<a-card> <router-view />
<router-view />
</a-card>
</a-layout-content> </a-layout-content>
</a-layout> </a-layout>
</a-layout> </a-layout>
...@@ -122,10 +120,15 @@ onMounted(() => { ...@@ -122,10 +120,15 @@ onMounted(() => {
} }
.content-box { .content-box {
background-image: linear-gradient(to bottom,
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.8)), url("../assets/img/previewFix.jpg");
background-size: 100% 100%;
/* background-repeat: no-repeat; */
color: #fff;
overflow: auto; overflow: auto;
max-height: calc(100vh - 64px); max-height: calc(100vh - 64px);
padding: 24px; padding: 24px;
background: #fff;
} }
#components-layout-demo-custom-trigger .trigger { #components-layout-demo-custom-trigger .trigger {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册