feat: 重构样式导入,优化样式文件结构
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 1m36s
/ depcheck (push) Successful in 1m27s
/ playwright (push) Failing after 3m35s

This commit is contained in:
严浩
2024-12-23 10:09:08 +08:00
parent b7e09dd383
commit 20fadd2cfd
6 changed files with 13 additions and 14 deletions

View File

@ -0,0 +1,6 @@
import './main.css';
import 'primeicons/primeicons.css';
import './reset-primevue.css';
import 'uno.css';

View File

@ -1,5 +1,3 @@
@import './base.css';
#app {
max-width: 1280px;
margin: 0 auto;
@ -7,8 +5,6 @@
font-weight: normal;
}
/* button:not(.van-button),
a, */
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
@ -17,6 +13,4 @@ a, */
}
.green:hover {
background-color: hsla(160, 100%, 37%, 0.2);
}
@media (hover: hover) {
}
}

View File

@ -24,3 +24,7 @@
.p-fileupload-content .p-progressbar {
--p-fileupload-progressbar-height: 1rem;
}
.p-dialog {
overflow: hidden;
}