Skip to content

Commit

Permalink
网页整体缩放
Browse files Browse the repository at this point in the history
  • Loading branch information
leon.chen committed Dec 8, 2020
1 parent dc0bb37 commit a1a5c76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
# push: false
tags: quay.io/cloudxiaobai/dagger-backend:${{ steps.prepare.outputs.tags }}
tags: quay.io/cloudminds/dagger-backend:${{ steps.prepare.outputs.tags }}

- name: Build ui and push
id: docker_build_ui
Expand All @@ -98,4 +98,4 @@ jobs:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
# push: false
tags: quay.io/cloudxiaobai/dagger-ui:${{ steps.prepare.outputs.tags }}
tags: quay.io/cloudminds/dagger-ui:${{ steps.prepare.outputs.tags }}
1 change: 1 addition & 0 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default {
},
},
async mounted() {
document.getElementsByTagName('body')[0].style.zoom = 0.9
await this.loadSettings()
},
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/Root.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ export default {
</script>
<style>
.v-data-table table tbody tr td {
font-size: 13px;
font-size: 11px;
}
</style>
2 changes: 1 addition & 1 deletion ui/src/views/logs/viewer/components/LokiFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
v-model="model"
dense
no-data-text="无数据"
style="min-width: 1150px !important;"
style="min-width: 1300px !important;"
ref="filter"
:loading="loading"
:hide-no-data="!filter"
Expand Down

0 comments on commit a1a5c76

Please sign in to comment.