mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-13 17:30:27 +08:00
chore: 升级依赖,相关兼容处理
This commit is contained in:
@@ -185,11 +185,13 @@ const optionsBasis: Array<OptionsType> = [
|
||||
}
|
||||
}"
|
||||
>
|
||||
<el-card shadow="never" class="h-[580px]">
|
||||
<el-card shadow="never">
|
||||
<div class="flex justify-between">
|
||||
<span class="text-md font-medium">数据统计</span>
|
||||
</div>
|
||||
<WelcomeTable class="mt-3" />
|
||||
<el-scrollbar max-height="504" class="mt-3">
|
||||
<WelcomeTable />
|
||||
</el-scrollbar>
|
||||
</el-card>
|
||||
</re-col>
|
||||
|
||||
@@ -271,6 +273,10 @@ const optionsBasis: Array<OptionsType> = [
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.el-timeline.is-start) {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
margin: 20px 20px 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user