Ver código fonte

update merge

pull/150/head
lb 9 meses atrás
pai
commit
5ac17b15e1
1 arquivos alterados com 0 adições e 3 exclusões
  1. +0
    -3
      src/components/DialogForm/index.vue

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

@@ -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
Salvar