修改input边框样式,如:去除边框

<input width="60" class="mini-textbox" />

 使用borderStyle样式

 

 

以mini.confirm为例:

	mini.MessageBox.buttonText ={
            ok: "是",
            cancel : "否"
        };
	
	mini.confirm(msg, "提示", function(confirmAction){}                

 

相关文章:

  • 2021-12-03
  • 2021-12-04
  • 2021-06-05
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2022-01-08
  • 2022-01-22
  • 2021-12-06
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案