You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
当设置输入框的suffix时,在只读模式下,怎么设置文本和suffix的间距不要贴一起,目前是suffix写了个div给了个类名,但是这样很麻烦,想直接通过设置
.ant-form-item .ant-form-item-control-input-content:first-letter {
margin-right: 12px;
}
但是:first-letter样式是元素的第一个字母,而不是第一个字符串
Beta Was this translation helpful? Give feedback.
All reactions