fix(Dashboard): width card-line*-chart-example ie issue
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<h4 class="mb-0">9.823</h4>
|
<h4 class="mb-0">9.823</h4>
|
||||||
<p>Members online</p>
|
<p>Members online</p>
|
||||||
</b-card-body>
|
</b-card-body>
|
||||||
<card-line1-chart-example chartId="card-chart-01" class="chart-wrapper px-3" style="height:70px;" height="70"/>
|
<card-line1-chart-example chartId="card-chart-01" class="chart-wrapper px-3" style="height:70px;" :height="70"/>
|
||||||
</b-card>
|
</b-card>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col sm="6" lg="3">
|
<b-col sm="6" lg="3">
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<h4 class="mb-0">9.823</h4>
|
<h4 class="mb-0">9.823</h4>
|
||||||
<p>Members online</p>
|
<p>Members online</p>
|
||||||
</b-card-body>
|
</b-card-body>
|
||||||
<card-line2-chart-example chartId="card-chart-02" class="chart-wrapper px-3" style="height:70px;" height="70"/>
|
<card-line2-chart-example chartId="card-chart-02" class="chart-wrapper px-3" style="height:70px;" :height="70"/>
|
||||||
</b-card>
|
</b-card>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col sm="6" lg="3">
|
<b-col sm="6" lg="3">
|
||||||
@@ -568,3 +568,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
/* IE fix */
|
||||||
|
#card-chart-01, #card-chart-02 {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user