Commit 28c62377 authored by unknown's avatar unknown
Browse files

修复提交时检查授权人员可能显示不全的问题

parent d0a168d6
Showing with 16 additions and 16 deletions
+16 -16
......@@ -388,7 +388,7 @@
"float" : "left",
"width" : "190px",
"border-radius" : "3px",
"height": "20px",
"min-height": "20px",
"margin-bottom": "10px",
"padding": "8px 3px",
"cursor": "pointer",
......@@ -400,7 +400,7 @@
"float" : "left",
"width" : "190px",
"border-radius" : "3px",
"height": "20px",
"min-height": "20px",
"margin-bottom": "10px",
"padding": "8px 3px",
"cursor": "pointer",
......@@ -434,11 +434,11 @@
"background": "url(../x_component_process_Work/$Processor/blue_flat/checked2.png) no-repeat center center"
},
"empowerItemContentNode": {
"height": "20px"
"min-height": "20px"
},
"empowerItemTitleNode": {
"float": "left",
"height": "20px",
"min-height": "20px",
"margin-left": "5px",
"line-height": "20px",
"color": "#333"
......@@ -449,7 +449,7 @@
"empowerItemPersonNode": {
"float": "left",
"margin-left": "5px",
"height": "20px",
"min-height": "20px",
"width" : "48px",
"line-height": "20px",
"color": "#333"
......
......@@ -436,7 +436,7 @@
"empowerItemOddNode": {
"float" : "left",
"width" : "190px",
"height": "20px",
"min-height": "20px",
"margin-bottom": "10px",
"padding": "8px 3px",
"cursor": "pointer",
......@@ -447,7 +447,7 @@
"empowerItemEvenNode": {
"float" : "left",
"width" : "190px",
"height": "20px",
"min-height": "20px",
"margin-bottom": "10px",
"padding": "8px 3px",
"cursor": "pointer",
......@@ -468,7 +468,7 @@
"background-color": "#6681a5"
},
"empowerItemIconNode": {
"height": "20px",
"min-height": "20px",
"width": "30px",
"float": "right",
"overflow": "hidden",
......@@ -478,11 +478,11 @@
"background": "url(../x_component_process_Xform/$Form/default/icon/rollback_check.png) no-repeat center center"
},
"empowerItemContentNode": {
"height": "20px"
"min-height": "20px"
},
"empowerItemTitleNode": {
"float": "left",
"height": "20px",
"min-height": "20px",
"margin-left": "5px",
"line-height": "20px",
"color": "#666666"
......@@ -493,7 +493,7 @@
"empowerItemPersonNode": {
"float": "left",
"margin-left": "5px",
"height": "20px",
"min-height": "20px",
"width" : "48px",
"line-height": "20px",
"color": "#0000ff"
......
......@@ -816,7 +816,7 @@
"empowerItemOddNode": {
"float" : "left",
"width" : "250px",
"height": "20px",
"min-height": "20px",
"margin-bottom": "10px",
"padding": "10px",
"cursor": "pointer",
......@@ -826,7 +826,7 @@
"empowerItemEvenNode": {
"float" : "left",
"width" : "250px",
"height": "20px",
"min-height": "20px",
"margin-bottom": "10px",
"padding": "10px",
"cursor": "pointer",
......@@ -855,11 +855,11 @@
"background": "url(../x_component_process_Xform/$Form/default/icon/rollback_check.png) no-repeat center center"
},
"empowerItemContentNode": {
"height": "20px"
"min-height": "20px"
},
"empowerItemTitleNode": {
"float": "left",
"height": "20px",
"min-height": "20px",
"margin-left": "5px",
"line-height": "20px",
"font-size": "14px",
......@@ -871,7 +871,7 @@
"empowerItemPersonNode": {
"float": "left",
"margin-left": "5px",
"height": "20px",
"min-height": "20px",
"line-height": "20px",
"font-size": "14px",
"color": "#0000ff"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment