code refactor
This commit is contained in:
@@ -85,6 +85,10 @@ input[type=number] {
|
|||||||
min-inline-size: 100%;
|
min-inline-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-100-window-container.v-window > .v-window__container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/** Common class for replacing the default style of vuetify **/
|
/** Common class for replacing the default style of vuetify **/
|
||||||
.v-table {
|
.v-table {
|
||||||
th {
|
th {
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<v-window class="d-flex flex-grow-1 ml-md-5 disable-tab-transition exchange-rates-container" v-model="activeTab">
|
<v-window class="d-flex flex-grow-1 ml-md-5 disable-tab-transition w-100-window-container" v-model="activeTab">
|
||||||
<v-window-item value="exchangeRatesPage">
|
<v-window-item value="exchangeRatesPage">
|
||||||
<v-card variant="flat">
|
<v-card variant="flat">
|
||||||
<template #title>
|
<template #title>
|
||||||
@@ -212,10 +212,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.exchange-rates-container.v-window > .v-window__container {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.exchange-rates-summary-skeleton .v-skeleton-loader__text {
|
.exchange-rates-summary-skeleton .v-skeleton-loader__text {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
</v-tab>
|
</v-tab>
|
||||||
</v-tabs>
|
</v-tabs>
|
||||||
</div>
|
</div>
|
||||||
<v-window class="d-flex flex-grow-1 ml-md-5 disable-tab-transition statistics-container" v-model="activeTab">
|
<v-window class="d-flex flex-grow-1 ml-md-5 disable-tab-transition w-100-window-container" v-model="activeTab">
|
||||||
<v-window-item value="statisticsPage">
|
<v-window-item value="statisticsPage">
|
||||||
<v-card variant="flat">
|
<v-card variant="flat">
|
||||||
<template #title>
|
<template #title>
|
||||||
@@ -635,10 +635,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.statistics-container.v-window > .v-window__container {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.statistics-toolbar {
|
.statistics-toolbar {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user