Browse Source

蓝白扁平样式提交

unknown 5 years ago
parent
commit
a9a9721691

+ 3 - 2
o2web/source/x_component_Template/MSelector.js

@@ -604,9 +604,10 @@ MSelector.Tootips = new Class({
             "text" : _selector.options.tooltipWhenNoSelectValue
         }).inject(_selector.listNode);
 
+        var height = parseFloat(_selector.options.height)+"px";
         noTooltipNode.setStyles({
-            "height":_selector.options.height,
-            "line-height":_selector.options.height
+            "height": height,
+            "line-height":height
         });
     },
     createItemList:function(data, node){

+ 0 - 1
o2web/source/x_component_process_FormDesigner/Module/Form/skin/styles_mobile-blue-flat.json

@@ -74,7 +74,6 @@
         "color": "#000000",
         "font-size": "16px",
         "font-weight": "bold",
-        "border": "0px",
         "border-left": "4px solid #32AAFF"
       }
     }