Skip to content

Commit

Permalink
fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Apr 22, 2023
1 parent 056b2b0 commit 2754ea4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ui/src/dashboards/components/board.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>
<div
class="ivu-card-body p-0 overflow-auto"
class="ivu-card-body p-0"
:style="{ height: heightsMap[item.size[2]] }"
>
<Spin
Expand Down
5 changes: 3 additions & 2 deletions ui/src/data_cells/components/tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
v-if="withFilterButton"
class="filter-popup"
:style="bgStyle"
style="border-left-width: 0"
:class="colorClass"
@click.stop="$emit('tag-click', value)"
>
Expand Down Expand Up @@ -124,8 +123,10 @@ export default {
right: -12px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-left-width: 0 !important;
position: absolute;
background: #fff;
border-width: 1px;
border-style: solid;
}
.ivu-tag:hover {
Expand Down
6 changes: 3 additions & 3 deletions ui/src/data_tables/components/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
/>
<td
v-if="renderContextMenu"
:style="{ position: 'sticky', right: 0, zIndex: 0 }"
:style="{ position: 'sticky', right: 0, zIndex: 1 }"
@click.stop
>
<span
Expand Down Expand Up @@ -341,9 +341,9 @@ export default {
}
.table-wrapper::-webkit-scrollbar {
width: 4px;
width: 5px;
border-top: 1px solid #dee2e6;
height: 4px;
height: 5px;
z-index: 12;
}
Expand Down

0 comments on commit 2754ea4

Please sign in to comment.