Skip to content

Commit 16a8084

Browse files
perf: style
1 parent 98c558f commit 16a8084

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ui/src/layout/layout-header/avatar/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<el-dropdown trigger="click" type="primary">
2+
<el-dropdown trigger="click" placement="bottom-end">
33
<div class="flex-center cursor">
44
<el-avatar :size="30">
55
<img src="@/assets/user-icon.svg" style="width: 54%" alt="" />

ui/src/views/application-overview/index.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
2-
<div class="p-16-24">
3-
<h2 class="mb-16">{{ $t('views.applicationOverview.title') }}</h2>
2+
<div class="p-16">
3+
<h2 class="mb-16 ml-8">{{ $t('views.applicationOverview.title') }}</h2>
44
<el-scrollbar>
5-
<div class="main-calc-height">
5+
<div class="main-calc-height p-8 pt-0">
66
<el-card style="--el-card-padding: 24px">
77
<h4 class="title-decoration-1 mb-16">
88
{{ $t('common.info') }}
@@ -173,6 +173,7 @@
173173
/>
174174
</div>
175175
</el-card>
176+
<br />
176177
</div>
177178
</el-scrollbar>
178179

0 commit comments

Comments
 (0)