feat: 内容稿件列表、上传内容、通用Textovertips组件封装

This commit is contained in:
rd
2025-07-28 17:55:04 +08:00
parent deea250557
commit 6513fcf2ed
23 changed files with 733 additions and 111 deletions

View File

@ -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;
}