diff --git a/src/views/home/widgets/components/StoreConversionData.vue b/src/views/home/widgets/components/StoreConversionData.vue index 479b243..d43a39e 100644 --- a/src/views/home/widgets/components/StoreConversionData.vue +++ b/src/views/home/widgets/components/StoreConversionData.vue @@ -272,10 +272,11 @@ export default { height: 100%; } -::v-deep .el-tabs__nav-next { +::v-deep .el-tabs__nav-next,::v-deep .el-tabs__nav-prev { display: flex; align-items: center; height: 100%; + justify-content: center; } ::v-deep .el-tabs__nav { diff --git a/src/views/system/application/pluginMarket.vue b/src/views/system/application/pluginMarket.vue index b2736e1..054203b 100644 --- a/src/views/system/application/pluginMarket.vue +++ b/src/views/system/application/pluginMarket.vue @@ -3,7 +3,7 @@