Browse Source

Merge branch 'fix/log_long_text' into 'develop'

Merge of fix/log_long_text to develop 修复意见过长,流程记录(record)显示问题

See merge request o2oa/o2oa!1129
胡起 5 years ago
parent
commit
10be64ca9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      o2web/source/x_component_process_Xform/$Form/default/css.wcss

+ 2 - 2
o2web/source/x_component_process_Xform/$Form/default/css.wcss

@@ -174,14 +174,14 @@
 	    "clear": "both",
 	    "clear": "both",
     	"overflow": "hidden",
     	"overflow": "hidden",
     	"background-color": "#ffffff",
     	"background-color": "#ffffff",
-    	"height": "30px",
+    	"min-height": "30px",
     	"line-height": "30px"
     	"line-height": "30px"
 	},
 	},
 	"logActivityChildRecordNode_even": {
 	"logActivityChildRecordNode_even": {
         "clear": "both",
         "clear": "both",
         "overflow": "hidden",
         "overflow": "hidden",
         "background-color": "#f6f6f6",
         "background-color": "#f6f6f6",
-    	"height": "30px",
+    	"min-height": "30px",
     	"line-height": "40px"
     	"line-height": "40px"
     },
     },
 	"logActivityIconNode": {
 	"logActivityIconNode": {