vue-msgbox icon indicating copy to clipboard operation
vue-msgbox copied to clipboard

how to adjust msg box size

Open liangwang320 opened this issue 8 years ago • 1 comments

it's perfect on the phone device. However, it seems its width is too big, as shown attached.

msg box

liangwang320 avatar Jul 21 '16 10:07 liangwang320

You can change width: 85% to width: auto in https://github.com/ElemeFE/vue-msgbox/blob/647647c05e4c8126b90b3f4c6d5cd871c1653f3e/src/msgbox.vue#L32

BlackGlory avatar Aug 06 '16 02:08 BlackGlory