feat: 移除 postcss-prefix-selector 依赖,更新样式以支持深色模式,优化 TutorialForm 和 ZodForm 组件
Some checks failed
/ surge (push) Failing after 11s
Some checks failed
/ surge (push) Failing after 11s
This commit is contained in:
10
src/App.vue
10
src/App.vue
@ -7,13 +7,3 @@ import ZodForm from './zod-form/index.vue'
|
||||
<ZodForm />
|
||||
<TutorialForm />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.attributes-group {
|
||||
padding: 1.5rem;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 0.5rem;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #f9fafb;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user