【发布时间】:2021-05-05 17:13:33
【问题描述】:
我正在尝试将 position:relative; 内联 CSS 添加到我的 Laravel 代码中,但没有成功。谁能给我正确的方法吗?
@if($product->enable_stock && empty($pos_settings['allow_overselling']) )
data-rule-max-value="{{$max_qty_rule}}" data-qty_available="{{$product->qty_available}}" data-msg-max-value="{{$max_qty_msg}}"
data-msg_max_default="@lang('validation.custom-messages.quantity_not_available', ['qty'=> $product->formatted_qty_available, 'unit' => $product->unit ]) "
@endif
【问题讨论】:
-
style="position: relative"? -
@Justinas 我知道这一点,但要把它放在上面的代码中吗?
-
if语句中的任何位置。如果它不起作用,请检查生成的 HTML 并从实际输出中找出原因。