Commit 36abf126 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化首页布局样式

parent 28bed829
...@@ -638,7 +638,7 @@ img { ...@@ -638,7 +638,7 @@ img {
padding: 10px; padding: 10px;
} }
.ant-table { .ant-table {
max-width:1500px; // max-width:1500px;
border:none; border:none;
tr, th,td{ tr, th,td{
border:none !important; border:none !important;
......
<template> <template>
<div <div
class="data-manage w-full h-auto" class="data-manage w-full h-auto flex flex-col"
:style="{ backgroundImage: `url(${imgUrl})` }" :style="{ backgroundImage: `url(${imgUrl})` }"
> >
<div class="main flex"> <div class="main flex flex-1">
<div class="out-box flex-1"> <div class="out-box flex-1">
<router-view /> <router-view />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment