|
@@ -38,8 +38,8 @@ function handleRefresh() {
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <div class="px-2.5">
|
|
|
- <el-card class="my-2.5" shadow="never" style="border: none;">
|
|
|
+ <div class="flex flex-col p-5">
|
|
|
+ <el-card class="mb-5" style="border: none;">
|
|
|
<div class="flex justify-between items-baseline">
|
|
|
<div>
|
|
|
<span class="font-bold text-xl">公司信息概览</span>
|
|
@@ -50,7 +50,7 @@ function handleRefresh() {
|
|
|
</span>
|
|
|
</div>
|
|
|
</el-card>
|
|
|
- <el-card v-loading="loading" shadow="never" style="border: none; min-height: 692px;">
|
|
|
+ <el-card v-loading="loading" class="flex-grow" style="border: none;">
|
|
|
<InfoCard></InfoCard>
|
|
|
</el-card>
|
|
|
<CompanyCreate v-model="isOpen" @refresh="handleRefresh"/>
|