Skip to content

Commit

Permalink
Merge branch 'main' into fix-dev-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjnw1yu committed Oct 10, 2024
2 parents 151dc4f + dfff9c1 commit 20c5a0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/FilesTable/FilesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
:filters="getFileTypeFilters(data)"
:filter-method="fileTypeFilterStatus"
filter-placement="top-start"
filter-class-name="file-type-filter"
>
<template #header="{ column }">
<span class="custom-header">
Expand Down Expand Up @@ -1137,4 +1138,11 @@ export default {
width: -webkit-fill-available;
height: 1rem;
}
:global(.file-type-filter .el-table-filter__bottom button) {
background-color: $purple;
color: white;
border-radius: 10%;
margin-right: .25rem;
padding: .2rem .3rem .2rem .3rem;
}
</style>

0 comments on commit 20c5a0c

Please sign in to comment.