Commit 4936a6f9 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Ajuste de espaço ocupado pelo campo pontuação calculada

parent 6907c590
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<label for="anexoPlanilha" class="col-form-label">{{ __('Pontuação calculada: ') }}</label> <label for="anexoPlanilha" class="col-form-label">{{ __('Pontuação calculada: ') }}</label>
</div> </div>
<div class="col-sm-3" style="top: 5px; text-align: right"> <div class="col-sm-3" style="top: 5px; text-align: right">
<input type="number" min="0" step=".01" name="anexoPlanilha" <input type="number" min="0" step=".01" name="anexoPlanilha" style="width: 60px"
@if($parecer!=null && $parecer->statusAnexoPlanilhaPontuacao !=null) @if($parecer!=null && $parecer->statusAnexoPlanilhaPontuacao !=null)
@if(is_numeric($parecer->statusAnexoPlanilhaPontuacao)) value="{{$parecer->statusAnexoPlanilhaPontuacao}}" @if(is_numeric($parecer->statusAnexoPlanilhaPontuacao)) value="{{$parecer->statusAnexoPlanilhaPontuacao}}"
@else value="0" @else value="0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment