feat: UIComponentsComponents
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
body {
|
||||
font-weight: normal;
|
||||
/* font-weight: normal; */
|
||||
transition:
|
||||
color 0.5s,
|
||||
background-color 0.5s;
|
||||
|
@ -4,6 +4,8 @@ import 'nprogress/nprogress.css'; // <link rel="stylesheet" href="https://testin
|
||||
// import '@unocss/reset/tailwind.css';
|
||||
import '@unocss/reset/tailwind-compat.css';
|
||||
|
||||
import './reset/tailwind.css';
|
||||
//
|
||||
import './base.css';
|
||||
import './main.less';
|
||||
|
||||
|
8
src/styles/reset/tailwind.css
Normal file
8
src/styles/reset/tailwind.css
Normal file
@ -0,0 +1,8 @@
|
||||
/* https://github.com/unocss/unocss/issues/2127 */
|
||||
|
||||
:where(button:not(.ant-btn):not(.p-button)),
|
||||
:where([type='button']:not(.ant-btn):not(.p-button)),
|
||||
:where([type='reset']:not(.ant-btn):not(.p-button)),
|
||||
:where([type='submit']:not(.ant-btn):not(.p-button)) {
|
||||
background-color: transparent;
|
||||
}
|
Reference in New Issue
Block a user