Skip to content

Commit c6dc962

Browse files
committed
修复某些情况下搜索框的搜索按钮布局错位的问题(#2622
1 parent e068103 commit c6dc962

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

publish/changeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
### 修复
55

66
- 修复音量条在调整音量时实际音量与显示的数值不一致的问题(#2606
7+
- 修复某些情况下搜索框的搜索按钮布局错位的问题(#2622

src/renderer/components/material/SearchInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export default {
243243
// border-bottom: 2px solid var(--color-primary);
244244
// border-color: var(--color-primary);
245245
border: none;
246+
min-width: 0;
246247
247248
outline: none;
248249
// height: @height-toolbar * .7;

0 commit comments

Comments
 (0)