mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
refactor: ♻️ 移除 form 表单组件中未使用的 index.scss (#1253)
This commit is contained in:
parent
b35d6357f3
commit
6374dd8f07
@ -1,10 +0,0 @@
|
||||
@import "../common/abstracts/variable";
|
||||
@import "../common/abstracts/mixin";
|
||||
|
||||
.wot-theme-dark {
|
||||
@include b(form) {
|
||||
}
|
||||
}
|
||||
|
||||
@include b(form) {
|
||||
}
|
||||
@ -204,6 +204,4 @@ function reset() {
|
||||
defineExpose<FormExpose>({ validate, reset })
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user