dedsudiyu пре 5 месеци
родитељ
комит
27d9fac7c1

+ 5 - 0
src/views/safetyCheck/collegeInspect/selfInspectionManage/index.vue

@@ -491,6 +491,11 @@
                     height:30px;
                     line-height: 30px;
                     font-size:16px;
+                    /*单行省略号*/
+                    display:block;
+                    overflow:hidden;
+                    text-overflow:ellipsis;
+                    white-space:nowrap;
                   }
                   p:nth-child(2){
                     color:#666666;

+ 5 - 0
src/views/safetyCheck/schoolInspect/inspectManage/index.vue

@@ -490,6 +490,11 @@
                     height:30px;
                     line-height: 30px;
                     font-size:16px;
+                    /*单行省略号*/
+                    display:block;
+                    overflow:hidden;
+                    text-overflow:ellipsis;
+                    white-space:nowrap;
                   }
                   p:nth-child(2){
                     color:#666666;