dedsudiyu 5 ヶ月 前
コミット
27d9fac7c1
共有2 個のファイルを変更した10 個の追加0 個の削除を含む
  1. 5 0
      src/views/safetyCheck/collegeInspect/selfInspectionManage/index.vue
  2. 5 0
      src/views/safetyCheck/schoolInspect/inspectManage/index.vue

+ 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;