Explorar el Código

Merge branch 'fix/CMS_categorynavi_execption' into 'wrdp'

Merge of fix/【内容管理】修复模块中内容管理分类过长时不显示的问题 to wrdp

See merge request o2oa/o2oa!1474

(cherry picked from commit bfdd347ae6eec0a4c02a01c96fdfd4cd6283438f)

5cc5b866 修复内容管理分类太长的时候显示异常的问题
蔡祥熠 hace 5 años
padre
commit
f6b7ad2aeb

+ 13 - 6
o2web/source/x_component_cms_ColumnManager/$CategoryExplorer/default/css.wcss

@@ -403,9 +403,12 @@
   "newCategoryNaviNode" : {
 	"color" : "#333",
 	"padding-left" : "45px",
-	"height" : "39px",
+	  "padding-right" : "10px",
+	"min-height" : "24px",
+	  "padding-top" : "8px",
+	  "padding-bottom" : "8px",
 	"font-weight" : "normal",
-	"line-height" : "39px",
+	"line-height" : "24px",
 	"font-family": "Microsoft YaHei",
 	"overflow" : "hidden",
 	"font-size": "14px",
@@ -418,10 +421,13 @@
 	"cursor" : "pointer",
 	"color" : "#666",
 	"padding-left" : "55px",
-	"height" : "39px",
+	  "padding-right" : "10px",
+	  "min-height" : "24px",
+	  "padding-top" : "8px",
+	  "padding-bottom" : "8px",
 	"overflow" : "hidden",
 	"font-weight" : "normal",
-	"line-height" : "39px",
+	"line-height" : "24px",
 	"font-family": "Microsoft YaHei",
 	"font-size": "14px",
 	//"background" : "url(../x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 20px 12px",
@@ -436,6 +442,7 @@
   "categoryNaviNode_selected" : {
 	//"color" : "#447bbb",
 	//"background-color" : "#f2f8ff"
+	  "padding-top" : "30px",
 	"color" : "#fff",
 	"background-color" : "#3c76b7"
   },
@@ -647,7 +654,7 @@
   },
   "categoryInput" : {
 	"height" : "24px",
-	"width" : "180px",
+	"width" : "210px",
 	"color" : "#666",
 	"border" : "1px dashed #666"
   },
@@ -676,7 +683,7 @@
 	//"box-shadow": "0px 2px 5px #999",
 	"opacity": 1,
 	"top" : "10px",
-	"right" : "5px",
+	"left" : "55px",
 	"z-index": 100
   },
   "actionNodeStyles": {

+ 24 - 17
o2web/source/x_component_cms_Module/$Main/default/css.wcss

@@ -227,9 +227,11 @@
     "overflow" : "hidden",
     "cursor" : "pointer",
     "color" : "#333",
-    "height" : "40px",
+    "min-height" : "24px",
+    "padding-top" : "8px",
+    "padding-bottom" : "8px",
     "font-weight" : "normal",
-    "line-height" : "40px",
+    "line-height" : "24px",
     "font-family": "Microsoft YaHei",
     "font-size": "15px",
     "background" : "url(../x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 38px 12px",
@@ -246,47 +248,47 @@
     "color" : "#333"
   },
   "categoryNaviTextNode" : {
-    "float" : "left",
-    "margin-left" : "33px"
+    "margin-right" : "10px",
+    "margin-left" : "65px"
   },
   "emptyExpendNode" : {
-    "height" : "40px",
+    "height" : "24px",
     "width" : "16px",
     "float" : "left",
     //"margin-top" : "12px",
     "margin-left" : "16px"
   },
   "categoryExpendNode" : {
-    "height" : "40px",
+    "height" : "24px",
     "width" : "16px",
     "float" : "left",
     //"margin-top" : "12px",
     "margin-left" : "16px",
-    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_down.png) no-repeat 0px 12px"
+    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_down.png) no-repeat 0px 4px"
   },
   "categoryExpendNode_selected" : {
-    "height" : "40px",
+    "height" : "24px",
     "width" : "16px",
     "float" : "left",
     //"margin-top" : "12px",
     "margin-left" : "16px",
-    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_down_selected.png) no-repeat 0px 12px"
+    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_down_selected.png) no-repeat 0px 4px"
   },
   "categoryCollapseNode" : {
-    "height" : "40px",
+    "height" : "24px",
     "width" : "16px",
     "float" : "left",
     //"margin-top" : "12px",
     "margin-left" : "16px",
-    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_right.png) no-repeat 0px 12px"
+    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_right.png) no-repeat 0px 4px"
   },
   "categoryCollapseNode_selected" : {
-    "height" : "40px",
+    "height" : "24px",
     "width" : "16px",
     "float" : "left",
     //"margin-top" : "12px",
     "margin-left" : "16px",
-    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_right_selected.png) no-repeat 0px 12px"
+    "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_right_selected.png) no-repeat 0px 4px"
   },
 
   "viewNaviListNode" : {
@@ -298,8 +300,10 @@
     "cursor" : "pointer",
     "color" : "#333",
     "padding-left" : "65px",
-    "height" : "40px",
-    "line-height" : "40px",
+    "min-height" : "24px",
+    "line-height" : "24px",
+    "padding-top" : "8px",
+    "padding-bottom" : "8px",
     "font-family": "Microsoft YaHei",
     "font-size": "15px",
     "background" : "url(../x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 38px 12px",
@@ -321,8 +325,11 @@
     "cursor" : "pointer",
     "color" : "#666",
     "padding-left" : "65px",
-    "height" : "40px",
-    "line-height" : "40px",
+    "padding-right" : "10px",
+    "min-height" : "24px",
+    "line-height" : "24px",
+    "padding-top" : "8px",
+    "padding-bottom" : "8px",
     "font-family": "Microsoft YaHei",
     "font-size": "14px",
     "background-color": "#f7f7f7"