新增耗材盘点

This commit is contained in:
gyq
2024-07-06 16:12:05 +08:00
parent 065d159b49
commit f1eda32158
5 changed files with 263 additions and 43 deletions

View File

@@ -15,12 +15,13 @@ export default {
高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
/*定义滚动条轨道
内阴影+圆角*/
::-webkit-scrollbar-track {
background-color: #F5F5F5;
background-color: #f5f5f5;
}
/*定义滑块