(fix)解除按钮的默认样式

This commit is contained in:
wangchangqi 2022-10-08 12:04:11 +08:00
parent 7f1b7091a1
commit 147725dc7b
1 changed files with 4 additions and 3 deletions

View File

@ -26,12 +26,13 @@ export default css`
color: var(--font-main-black);
font-size: var(--font-main-size);
font-family: 'OPPOSans';
background-color: unset;
padding: unset;
border: none;
line-height: var(--line-height);
white-space: nowrap;
cursor: pointer;
/* 解除默认样式 */
border: unset;
padding: unset;
background: unset;
}
/* different types */