Browse Source

refactor: 删除无用css类

feige996 10 tháng trước cách đây
mục cha
commit
5876d05f5c
1 tập tin đã thay đổi với 0 bổ sung25 xóa
  1. 0 25
      src/App.vue

+ 0 - 25
src/App.vue

@@ -33,29 +33,4 @@ image {
   height: 100%;
   vertical-align: middle;
 }
-
-// 单行省略,优先使用 unocss: text-ellipsis
-.ellipsis {
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-}
-
-// 两行省略
-.ellipsis-2 {
-  display: -webkit-box;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  -webkit-line-clamp: 2;
-  -webkit-box-orient: vertical;
-}
-
-// 三行省略
-.ellipsis-3 {
-  display: -webkit-box;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  -webkit-line-clamp: 3;
-  -webkit-box-orient: vertical;
-}
 </style>