mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-07 01:28:30 +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 })
|
defineExpose<FormExpose>({ validate, reset })
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped></style>
|
||||||
@import './index.scss';
|
|
||||||
</style>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user