Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Sharepoint 项目列表的一行中有一些没有空格的长词。由于该列宽非常大,我需要将其设置为固定值。我还需要把那些长话包装起来。
找到这个教程。它几乎可以工作,但是更改仅在设计器中可见,而在浏览器中则看不到。还有什么可能改变它?
尝试添加!important到您的样式声明中。
!important
像那样:
div { width: 300px !important; }