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.
我想给我的桌子边框。因为每一列的边框取决于该列中的内容,而不是该列的全长。我尝试了border-collapse 属性和border-bottom,但它通过列给出了边框。请任何人帮助我..
提前致谢..
尝试table {border-spacing: 0;}(不崩溃!)和tr {border:solid;}
table {border-spacing: 0;}
tr {border:solid;}
我正在使用 Apex 制作应用程序。我有一个 Apex 表单,每次单击 VF 页面中的更新按钮时都需要更新 Invoice inputField 值。添加发票记录的 ID 后,我可以看到该值。但我无法在 apex:inputField 中编辑该值。这是我的 Apex 代码
<apex:page standar