refactor: ♻️ 移除 form 表单组件中未使用的 index.scss (#1253)

This commit is contained in:
不如摸鱼去 2025-09-01 12:44:28 +08:00 committed by GitHub
parent b35d6357f3
commit 6374dd8f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 13 deletions

View File

@ -1,10 +0,0 @@
@import "../common/abstracts/variable";
@import "../common/abstracts/mixin";
.wot-theme-dark {
@include b(form) {
}
}
@include b(form) {
}

View File

@ -204,6 +204,4 @@ function reset() {
defineExpose<FormExpose>({ validate, reset })
</script>
<style lang="scss" scoped>
@import './index.scss';
</style>
<style lang="scss" scoped></style>