fix: 新增组件搜索功能

This commit is contained in:
奔跑的面条
2022-04-21 22:35:28 +08:00
parent 17f29d3773
commit 798a7eb49a
13 changed files with 185 additions and 21 deletions
+3
View File
@@ -2,6 +2,9 @@ body {
overflow: hidden;
}
* {
list-style: none;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 8px;
+8
View File
@@ -72,6 +72,14 @@
background-size: 15px 15px, 15px 15px;
}
// 省略号
.ellipsis-1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-all;
}
// todo 使用 scss 循环写一套完整的
// margin
.go-mt-0 {