Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
New Home Page solop-develop/frontend-core#1375 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez authored Sep 12, 2023
1 parent a4f77b6 commit b2400ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/ADempiere/Dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<el-card
v-if="!UNSUPPORTED_DASHBOARDS.includes(metadata.fileName)"
style="height: auto;"
:body-style="{ padding: '5px;'}"
>
<div class="clearfix">
<el-row :gutter="2">
Expand Down Expand Up @@ -206,8 +207,8 @@ export default defineComponent({
padding-left: 1%;
}
</style>
<style>
<!-- <style>
.el-card__body {
padding: 5px;
}
</style>
</style> -->

0 comments on commit b2400ae

Please sign in to comment.