Ver a proveniência

update merge

pull/150/head
lb há 9 meses
ascendente
cometimento
5ac17b15e1
1 ficheiros alterados com 0 adições e 3 eliminações
  1. +0
    -3
      src/components/DialogForm/index.vue

+ 0
- 3
src/components/DialogForm/index.vue Ver ficheiro

@@ -143,12 +143,9 @@ function findMaxLabelWidth(rows) {
if (!opt.label) return 0;
if (opt.label.length > max) {
max = opt.label.length;
<<<<<<< HEAD
if (opt.label.includes('(')) {
max = max - 3;
}
=======
>>>>>>> projects/mesxc-test
}
});
});


Carregando…
Cancelar
Guardar