fix: 样式冲突,类名修改
This commit is contained in:
parent
a8af608299
commit
beebc3fafa
|
@ -119,7 +119,7 @@
|
||||||
<Guide title="数据统计" />
|
<Guide title="数据统计" />
|
||||||
<div class="static-info" style="min-height: 490px">
|
<div class="static-info" style="min-height: 490px">
|
||||||
<div class="data-statistics-item">
|
<div class="data-statistics-item">
|
||||||
<div class="info" style="width: 100%">
|
<div class="flow-info" style="width: 100%">
|
||||||
<div class="label">昨日流量消耗</div>
|
<div class="label">昨日流量消耗</div>
|
||||||
<a-tooltip placement="bottomLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="data-statistics-item">
|
<div class="data-statistics-item">
|
||||||
<div class="info" style="width: 100%">
|
<div class="flow-info" style="width: 100%">
|
||||||
<div class="label">当月流量消耗</div>
|
<div class="label">当月流量消耗</div>
|
||||||
<a-tooltip placement="bottomLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
<LineChart :chartData="monthOptions" />
|
<LineChart :chartData="monthOptions" />
|
||||||
</div>
|
</div>
|
||||||
<div class="data-statistics-item">
|
<div class="data-statistics-item">
|
||||||
<div class="info" style="width: 100%">
|
<div class="flow-info" style="width: 100%">
|
||||||
<div class="label">本年流量消耗</div>
|
<div class="label">本年流量消耗</div>
|
||||||
<a-tooltip placement="bottomLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
@ -328,7 +328,7 @@ getDataTotal();
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
.info {
|
.flow-info {
|
||||||
// width: 180px;
|
// width: 180px;
|
||||||
width: 28%;
|
width: 28%;
|
||||||
.label {
|
.label {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<a-col :span="24"><Guide title="数据统计" /></a-col>
|
<a-col :span="24"><Guide title="数据统计" /></a-col>
|
||||||
<a-col :span="8">
|
<a-col :span="8">
|
||||||
<div class="data-statistics-item">
|
<div class="data-statistics-item">
|
||||||
<div class="info" style="width: 100%">
|
<div class="flow-info" style="width: 100%">
|
||||||
<div class="label">昨日流量消耗</div>
|
<div class="label">昨日流量消耗</div>
|
||||||
<a-tooltip placement="bottomLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="8">
|
<a-col :span="8">
|
||||||
<div class="data-statistics-item">
|
<div class="data-statistics-item">
|
||||||
<div class="info" style="width: 100%">
|
<div class="flow-info" style="width: 100%">
|
||||||
<div class="label">当月流量消耗</div>
|
<div class="label">当月流量消耗</div>
|
||||||
<a-tooltip placement="bottomLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="8">
|
<a-col :span="8">
|
||||||
<div class="data-statistics-item">
|
<div class="data-statistics-item">
|
||||||
<div class="info" style="width: 100%">
|
<div class="flow-info" style="width: 100%">
|
||||||
<div class="label">本年流量消耗</div>
|
<div class="label">本年流量消耗</div>
|
||||||
<a-tooltip placement="bottomLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
@ -279,7 +279,7 @@ getDataTotal();
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
.info {
|
.flow-info {
|
||||||
// width: 180px;
|
// width: 180px;
|
||||||
width: 28%;
|
width: 28%;
|
||||||
.label {
|
.label {
|
||||||
|
|
Loading…
Reference in New Issue