简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
vue设置及隐藏滚动条
1、设置滚动条:overflow-x: scroll;white-space: nowrap;2、隐藏滚动条:::-webkit-scrollbar {width: 0 !important;}::-webkit-scrollbar {width: 0 !important;height: 0;}
到底了
该用户还未填写简介
暂无可提供的服务
1、设置滚动条:overflow-x: scroll;white-space: nowrap;2、隐藏滚动条:::-webkit-scrollbar {width: 0 !important;}::-webkit-scrollbar {width: 0 !important;height: 0;}