随笔分类 - css
发表于 2024-04-08 16:40阅读:77评论:0推荐:0
摘要:&::-webkit-scrollbar { height: 8px;}&::-webkit-scrollbar-track { background-color: #fff;}&::-webkit-scrollbar-thumb{ border-radius: 10px; border-style
阅读全文 »
发表于 2023-01-29 14:04阅读:584评论:0推荐:0
摘要:.tabs-item { position: relative; width: 77px; height: 32px; line-height: 32px; padding: 0; text-align: center; color: #333; &::after { content: ''; po
阅读全文 »
发表于 2022-12-19 17:27阅读:847评论:0推荐:0
摘要:.el-table{ ::v-deep .el-table__fixed{ height: auto !important; bottom: 16px; // 横向滚动条高度 } ::v-deep .el-table__fixed::before { display:none; // 边框显示问题
阅读全文 »
发表于 2022-07-20 09:28阅读:120评论:0推荐:0
摘要:// 横向虚线 .dash-horizontal { width: 100%; height: 1px; background-image: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%); background-size:
阅读全文 »
发表于 2022-05-24 14:37阅读:65评论:0推荐:0
摘要:1.卸载sass npm uninstall sass 2.下载node-sass npm i node-sass@4.14.1 --save-dev 打包app.css文件出现就解决了。
阅读全文 »
发表于 2021-11-09 15:39阅读:21评论:0推荐:0
摘要:overflow: -moz-scrollbars-none; // IE -ms-overflow-style: none; // 火狐 &::-webkit-scrollbar { width: 0 !important; }
阅读全文 »
发表于 2020-09-08 17:07阅读:116评论:0推荐:0
摘要:https://juejin.im/post/6869659680496041991 https://blog.csdn.net/zh_rey/article/details/72473284 一、设置input 的placeholder的字体样式 input::-webkit-input-plac
阅读全文 »