|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="layout-padding">
|
|
<div class="layout-padding">
|
|
<div class="!overflow-auto px-1">
|
|
<div class="!overflow-auto px-1">
|
|
- <Lcard :height="440">
|
|
|
|
|
|
+ <Lcard>
|
|
<template #default>
|
|
<template #default>
|
|
<Title style="margin-bottom: 10px;" title="整体趋势">
|
|
<Title style="margin-bottom: 10px;" title="整体趋势">
|
|
<el-popover class="box-item" placement="right" trigger="hover" width="250">
|
|
<el-popover class="box-item" placement="right" trigger="hover" width="250">
|
|
@@ -36,7 +36,7 @@
|
|
<span class="link">支持返还的字段</span>
|
|
<span class="link">支持返还的字段</span>
|
|
</div>
|
|
</div>
|
|
<div class="box1">
|
|
<div class="box1">
|
|
- <Lcard :height="280" style="margin-right: 20px;">
|
|
|
|
|
|
+ <Lcard style="margin-right: 20px;">
|
|
<div class="card-box1">
|
|
<div class="card-box1">
|
|
<InfoCard title="订单数量" value="1,234" description="较昨日减少 1.2%">
|
|
<InfoCard title="订单数量" value="1,234" description="较昨日减少 1.2%">
|
|
<template #icon>
|
|
<template #icon>
|
|
@@ -60,7 +60,7 @@
|
|
</InfoCard>
|
|
</InfoCard>
|
|
</div>
|
|
</div>
|
|
</Lcard>
|
|
</Lcard>
|
|
- <Lcard :height="280">
|
|
|
|
|
|
+ <Lcard>
|
|
<div class="card-box2">
|
|
<div class="card-box2">
|
|
<InfoCard title="订单数量" value="1,234" description="较昨日减少 1.2%">
|
|
<InfoCard title="订单数量" value="1,234" description="较昨日减少 1.2%">
|
|
<template #icon>
|
|
<template #icon>
|
|
@@ -419,6 +419,7 @@ function initCircleChart2(): void {
|
|
.card-box2 {
|
|
.card-box2 {
|
|
.info-card {
|
|
.info-card {
|
|
width: 33%;
|
|
width: 33%;
|
|
|
|
+ min-width: 150px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|