摘要:
<script setup lang="ts"> import { useStore } from '@/vuex'; import {computed} from 'vue' const store = useStore() const onSubmit = () => { store.dispa 阅读全文
摘要:
总有一些项目要用pc端的ui组件应用到手机端,会出现很多莫名其妙的的问题 今天在做element checkbox的时候,就会出现一个蓝色的背景框 类似于这样 原因是因为 {cursor: pointer} 需要在 html, body { -webkit-font-smoothing: antia 阅读全文