:deep(button) {
background-color: transparent !important;
/* 强制透明背景 */
border: none !important;
/* 强制无边框 */
outline: none !important;
padding: 0;
/* 移除默认内边距 */
margin: 0;
line-height: normal;
/* 重置行高 */
&::after {
border: none !important;
}
}
vue3-button按钮样式清除问题
于 2026-05-20 16:39:00 首次发布


7413

被折叠的 条评论
为什么被折叠?



