fix(theme): update theme package version to 3.31.1 and improve CSS class selectors in reset.less (#4274)

This commit is contained in:
gimmyhehe 2026-07-30 09:34:11 +08:00 committed by GitHub
parent 560b6f79be
commit 5e0ae7cc04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-theme",
"type": "module",
"version": "3.31.0",
"version": "3.31.1",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
@ -93,4 +93,4 @@
]
}
}
}
}

View File

@ -45,7 +45,8 @@
transform: scale(var(--tiny-underlay-scale, 0.6));
}
[class*=~'@{css-prefix}'] {
[class*=' @{css-prefix}'],
[class^='@{css-prefix}'] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: var(--tv-font-family);