1 Star 0 Fork 7

Mooncake/fan-chat-web

forked from fan/fan-chat-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
fan 提交于 2023-05-04 22:11 . 聊天添加到vuex缓存
<script>
export default {
onLaunch: function () {
console.log('App Launch')
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
},
}
</script>
<style lang="scss">
/* 每个页面公共css */
@import "@/static/iconfont/iconfont.css";
@import "uview-ui/index.scss";
//@import 'highlight.js/styles/vs2015.css';
@import '@/static/css/highlight.scss';
@import '@/static/css/markdown.scss';
page {
background-color: #f5f5f5;
}
uni-rich-text > div > *:first-child {
margin-top: 0;
}
uni-rich-text :nth-last-child(2) {
margin-bottom: 0;
}
::-webkit-scrollbar {
width: 6px !important;
height: 6px !important;
display: unset !important;
}
::-webkit-scrollbar-thumb {
background-color: $bar-color;
border-radius: 40px;
background-clip: content-box;
border: 2px solid transparent;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mooncake7/fan-chat-web.git
git@gitee.com:mooncake7/fan-chat-web.git
mooncake7
fan-chat-web
fan-chat-web
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385