This commit is contained in:
mengshuai
2026-05-09 18:43:40 +08:00
parent 5ba53bc8aa
commit 8fccdc8e47
7 changed files with 986 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hotgo",
"type": "module",
"version": "2.18.6",
"version": "2.18.9",
"author": {
"name": "MengShuai",
"email": "133814250@qq.com",
@@ -51,7 +51,7 @@
"lodash-es": "^4.17.21",
"mint-filter": "^4.0.3",
"mitt": "^3.0.1",
"naive-ui": "^2.43.1",
"naive-ui": "^2.44.1",
"pinia": "^2.2.2",
"pinyin-pro": "^3.24.2",
"print-js": "^1.6.0",

View File

@@ -107,7 +107,7 @@ body .proCard {
border-radius: 12px;
margin-top: 12px;
.n-card__content {
.n-card-content {
padding: 16px;
&:first-child {
@@ -125,8 +125,8 @@ body .n-modal {
}
//body .proCardTabs{
// .n-card__content{ padding-top: 3px}
// .n-card__content:first-child{ padding-top: 3px}
// .n-card-content{ padding-top: 3px}
// .n-card-content:first-child{ padding-top: 3px}
//}
.n-layout-page-header {