feat: 内容稿件列表、上传内容、通用Textovertips组件封装
This commit is contained in:
@ -23,3 +23,23 @@ p {
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* 滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
height: 10px;
|
||||
background-color: #C9CDD4;
|
||||
border-radius: 99px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user