feat(autocomplete-text-widget): adjust padding for DOM mode text input

Removed excessive top padding in DOM mode to improve visual alignment and consistency with other form elements. The change reduces the top padding from 24px to 8px, eliminating unnecessary vertical space while maintaining the same bottom padding and overall styling.
This commit is contained in:
Will Miao
2026-01-25 10:47:15 +08:00
parent 41101ad5c6
commit 1f6fc59aa2
3 changed files with 8 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ watch(
.text-input.vue-dom-mode {
background-color: var(--color-charcoal-400, #313235);
color: #fff;
padding: 24px 12px 8px;
padding: 8px 12px;
margin: 0 0 4px;
border-radius: 8px;
font-size: 12px;