随笔分类 -  Vuetify

摘要:因为 vuetify 中 dailog 只有上下抽屉的效果,想要左右抽屉效果 于是自己写了一个左右抽屉的组件 其中比较难搞的还是样式 和过渡 vuetify 中创建过渡组件的方式:https://vuetifyjs.com/zh-Hans/styles/transitions/#todo-list 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(723) 评论(0) 推荐(0)
摘要:vuetify 2.5.3 版本提示 DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. github issues: https://github.com/v 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(849) 评论(1) 推荐(0)
摘要:因为在 electron 中没有找到 ctrl+f 调用浏览器搜索的方法 于是借鉴文章自己撸了一个搜索组件 借鉴文章地址:https://www.jb51.net/article/181616.htm 效果 模板部分 <v-card class="history-info-drawer"> <!-- 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(1071) 评论(0) 推荐(0)
摘要:因为 pointer-events 出现的问题 在 Vuetify 项目中,因为在 input 中使用了 tooltip ,意愿是文字溢出隐藏显示... , 但 input 在 disabled 的状态内部文字的 tooptip 居然不显示了 在控制台发现了这个样式 .v-input--is-dis 阅读全文
posted @ 2021-10-11 11:02 __Bowen 阅读(221) 评论(0) 推荐(0)