gpt4 book ai didi

css - h :inputText 周围出现额外空间

转载 作者:行者123 更新时间:2023-11-28 10:34:27 25 4
gpt4 key购买 nike

我有一个富数据表的列,如下所示:

<h:panelGrid columns="2" width="100%"
style="text-align: center;line-height:0px;">

<h:outputText value="*" style="font: bold 19px;color: red;position: relative;margin:0;padding:0;"
rendered="#{s:isNotNumber(forecastList.rasMap[mapElements])}"></h:outputText>
<h:inputText value="#{forecastList.rasMap[mapElements]}"
readonly="true" onfocus="captureFocus(this,this.form);"
size="15"
style="#{s:contains(forecastList.rasMap[mapElements],'-') ? 'color: red;' : ''};
text-align: right; vertical-align: middle;background-color: white;margin:0;padding:0;"
label="For #{forecastList.currencySymbolRas} - #{mapElements},">
<s:bigDecimalConverter decimalDigits="2" />
</h:inputText>
</h:panelGrid>

但是我无法删除星号和输入文本框之间的空格。我希望它们彼此靠近。

最佳答案

删除 width="100%" 并(可选)在 h:panelGrid 中添加其他属性:

<h:panelGrid columns="2" border="0" cellpadding="0" cellspacing="0">

关于css - h :inputText 周围出现额外空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23392297/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com