0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

tempusdominusのDatatimepickerのスタイルが崩れる

Posted at

bootstrap4スタイル用のDatetimepickerで利用させてもらっている
tempusdominus版のdatetimepickerモジュールですが、
いつの間にかデザインがずれているのに気づく。

原因はtempusdominus用のスタイル(css)を使用していなかったため

npm install --save tempusdominus-bootstrap-4

laravelならresources/sass/app.scssに以下を追加

@import '~tempusdominus-bootstrap-4/src/sass/tempusdominus-bootstrap-4-build'; 

npm run devしてブラウザの再読み込みで直った。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?