JCAlways

Results 5 comments of JCAlways
trafficstars

> > 向上!我正在尝试自己弄清楚...在模板内部我可以`@click="$i18n.locale = 'en'"`用来设置语言并且它无需在设置中导入任何内容即可工作,但不知道如何在设置中设置和保存它,因为 $i18n.locale不可用。有人想帮忙吗? > > 更新 - 找到了一个有效的解决方案。希望这对其他人有帮助! > > ``` > > import { useI18n } from 'vue-i18n' > > const { locale } = useI18n()...

This is my screen recording. After running the tauri, I double clicked on the custom header to start the main card turning circle. Normally, double clicking will maximize it, and...

![image](https://github.com/tauri-apps/tauri/assets/40380551/099f8996-36be-4207-b861-08c60da4fef0)

脑瓜疼 最后在 base.css 中修改了 ```css .el-dialog { border-radius: 8px !important; padding: 0; } .el-dialog .el-dialog__close { font-size: 30px; } .el-dialog .el-dialog__header { border-bottom: 1px solid #3f72ff; margin-right: 0; padding: 12px...