Skip to content
ly525 edited this page Jan 3, 2019 · 3 revisions
  1. Why style scoped and what style scoped does?
  2. Do I need style scoped for the date-range-picker? the advantages and disadvantages of it?

box-sizing

  1. use box-sizing:border-box; for input box

without box-sizing: border-box; because the the icon is inside the input box with padding-left, so the input box is pushed to the right.

box-sizing

[Solved] add box-sizing: border-box for input box

Clone this wiki locally