2811 Show how many lines are going to edit #572
|
@ -165,9 +165,20 @@
|
|||
<vn-dialog class="edit"
|
||||
vn-id="edit"
|
||||
on-accept="$ctrl.onEditAccept()"
|
||||
on-close="$ctrl.editedColumn = null"
|
||||
message="Edit buy(s)">
|
||||
on-close="$ctrl.editedColumn = null">
|
||||
<tpl-body>
|
||||
<vn-horizontal>
|
||||
Ghost marked this conversation as resolved
Outdated
|
||||
Editar
|
||||
Ghost marked this conversation as resolved
Outdated
joan
commented
Recorda no ficar paraules en espanyol. Sempre fica les traduccions. Recorda no ficar paraules en espanyol. Sempre fica les traduccions.
Intenta evitar també ficar estils directament en el html
Ghost
commented
Val això se ma passat, ara eu corregisc Val això se ma passat, ara eu corregisc
|
||||
<span
|
||||
style='
|
||||
flex: 0.15;
|
||||
margin-left: 10px;
|
||||
font-size: 24px;
|
||||
color: orangered;
|
||||
font-weight: bold;'>
|
||||
{{::$ctrl.totalChecked}}
|
||||
</span> compra(s)
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
<vn-autocomplete
|
||||
vn-two
|
||||
|
|
Loading…
Reference in New Issue
You don't need a vn-horizontal here. Also all three spans don't need most the styles applied to them.