狼狼 发表于 2019-2-5 08:10:22

sharepoint2013 中设置richtextbox 宽度100%

  由于在2013中设置控件的with属性不起作用,于是采用了css的方法来设置richbox的宽度

table.ms-rtetoolbarmenu{
width: 100% !important;
}
.ms-rtelong {
width: 100% !important;
}
  




页: [1]
查看完整版本: sharepoint2013 中设置richtextbox 宽度100%