Browse Source

修复bug

shaogen1995 3 năm trước cách đây
mục cha
commit
7ece10c064
1 tập tin đã thay đổi với 5 bổ sung15 xóa
  1. 5 15
      src/assets/style/reset.less

+ 5 - 15
src/assets/style/reset.less

@@ -58,18 +58,8 @@ a{text-decoration: none;}
   background: url('../images/bigBac.png');
   background-size: 100% 100%;
 }
-// .survey-type .wrapper .bottom {
-//   background: url('../images/bigBac.png');
-//   background-size: 100% 100%;
-// }
-// .exhibition-type .wrapper .bottom{
-//   background: url('../images/bigBac.png');
-//   background-size: 100% 100%;
-// }
-// .collection-type .wrapper .bottom{
-//   background: url('../images/bigBac.png');
-//   background-size: 100% 100%;
-// }
-// .el-empty{
-//   padding: 37px 0 !important;
-// }
+.detail-con p {
+  word-wrap: break-word;
+  word-break: break-all;
+  overflow: hidden;
+}