Skip to content

Commit e1318c5

Browse files
Fix search view and filter by block size
1 parent 44bf80f commit e1318c5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ui/src/components/view/SearchView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ export default {
702702
703703
:deep(.ant-input-group) {
704704
.ant-input-affix-wrapper {
705-
width: calc(100% - 10px);
705+
width: calc(100%);
706706
}
707707
}
708708
}

ui/src/views/AutogenView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
:placeholder="$t('label.filterby')"
5656
:value="filterValue"
5757
style="min-width: 100px; margin-left: 10px; margin-top: -4px"
58+
size=small
5859
@change="changeFilter"
5960
showSearch
6061
optionFilterProp="label"

0 commit comments

Comments
 (0)