This commit is contained in:
Natsumi
2026-01-08 02:18:23 +13:00
parent 1566a2bcbf
commit 882851b98f
5 changed files with 6 additions and 9 deletions

View File

@@ -463,8 +463,7 @@ html.dark .x-friend-item > .detail > .extra,
}
.el-select__wrapper {
height: var(--el-component-size);
padding: 0 12px;
padding: 4px 12px;
}
.el-table {

View File

@@ -54,7 +54,6 @@
<!-- Search bar input -->
<el-input
v-model="screenshotMetadataDialog.search"
size="small"
placeholder="Search"
clearable
style="width: 200px"
@@ -62,7 +61,6 @@
<!-- Search type dropdown -->
<el-select
v-model="screenshotMetadataDialog.searchType"
size="small"
placeholder="Search Type"
style="width: 150px; margin-left: 10px"
@change="screenshotMetadataSearch">