(fix)解除按钮的默认样式
This commit is contained in:
parent
7f1b7091a1
commit
147725dc7b
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue