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

perf: 优化首页布局样式

parent 28bed829
......@@ -638,7 +638,7 @@ img {
padding: 10px;
}
.ant-table {
max-width:1500px;
// max-width:1500px;
border:none;
tr, th,td{
border:none !important;
......
<template>
<div
class="data-manage w-full h-auto"
class="data-manage w-full h-auto flex flex-col"
:style="{ backgroundImage: `url(${imgUrl})` }"
>
<div class="main flex">
<div class="main flex flex-1">
<div class="out-box flex-1">
<router-view />
</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