guhongwei 5 years ago
parent
commit
04d9950d5a
1 changed files with 11 additions and 11 deletions
  1. 11 11
      src/layout/master/notice/info.vue

+ 11 - 11
src/layout/master/notice/info.vue

@@ -67,15 +67,15 @@ p {
 .info .content {
   text-align: left;
 }
-.info .content p {
-  font-size: 24px;
-  color: #4f4f4f;
-  text-indent: 2rem;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  -webkit-line-clamp: 16;
-  word-break: break-all;
-  display: -webkit-box;
-  -webkit-box-orient: vertical;
-}
+// .info .content p {
+//   font-size: 24px;
+//   color: #4f4f4f;
+//   text-indent: 2rem;
+//   overflow: hidden;
+//   text-overflow: ellipsis;
+//   -webkit-line-clamp: 16;
+//   word-break: break-all;
+//   display: -webkit-box;
+//   -webkit-box-orient: vertical;
+// }
 </style>