科技微讯

让 button 不显示 border

<button> 元素如何不显示 border?

button::after {
  border: none;
}
thumbsup0
thumbsdown0
暂无评论