feat:移除了弹窗,服务器添加sls
This commit is contained in:
11
packages/assets/styles/reset.scss
Normal file
11
packages/assets/styles/reset.scss
Normal file
@ -0,0 +1,11 @@
|
||||
button,
|
||||
input[type='button'] {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user