提交 3e00a4c1 编写于 作者: 蔡祥熠

Merge branch 'fix/Process.mobile_blue_flat_style' into 'develop'

Merge of fix/Process.mobile_blue_flat_style to develop

See merge request o2oa/o2oa!143
......@@ -375,7 +375,7 @@ o2.widget.Combox.Value = new Class({
this.node.hide();
this.input.setInputPosition(where);
this.combox.editItem = this;
this.combox.input.hide();
if(this.combox.input)this.combox.input.hide();
this.input.searchItems();
},
commitInput: function(data){
......
......@@ -272,8 +272,8 @@
},
"editStyles": {
"background-color": "#ffffff",
"text-align": "right",
"height": "36px",
"text-align": "left",
"height": "auto",
"border-top": "0px",
"border-left": "0px",
"border-right" : "1px solid #999999",
......@@ -325,10 +325,12 @@
"border-radius": "8px",
"border-bottom": "1px solid #979797",
"border": "1px solid #979797",
"height": "80px",
"height": "auto",
"min-height" : "78px",
"line-height": "78px",
"color": "#000",
"font-size": "30px",
"float": "left",
"float": "none",
"text-align": "left"
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册