This repository was archived by the owner on Apr 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
3333
3434ENV COMPOSER_ALLOW_SUPERUSER=1
3535RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
36- COPY composer.json composer.json
37- COPY composer.lock composer.lock
3836RUN composer config -g repos.packagist composer https://packagist.jp
3937RUN composer global require hirak/prestissimo
38+ COPY composer.json composer.json
39+ COPY composer.lock composer.lock
4040RUN composer install \
4141 --prefer-dist \
4242 --no-ansi \
Original file line number Diff line number Diff line change 357357 label =" Select"
358358 label-for =" basicMultiSelect"
359359 >
360- <b-select2
360+ <b-select-2
361361 id =" basicMultiSelect"
362362 v-model =" select2"
363363 :options =" [
Original file line number Diff line number Diff line change 425425 <i class =" icon-screen-tablet icons font-2xl d-block mt-4" />icon-screen-tablet
426426 </b-col >
427427
428- <b-col >
429- cols="6" sm="4" md="3">
428+ <b-col
429+ cols =" 6"
430+ sm =" 4"
431+ md =" 3"
432+ >
430433 <i class =" icon-magic-wand icons font-2xl d-block mt-4" />icon-magic-wand
431434 </b-col >
432435
Original file line number Diff line number Diff line change @@ -35,3 +35,4 @@ $simple-line-font-path: '~simple-line-icons/fonts/';
3535@import ' custom' ;
3636@import ' vendors/vue-notification/notification' ;
3737@import ' vendors/vue-loading-spinner/spinner' ;
38+ @import ' vendors/vue-datepicker/datepicker' ;
Original file line number Diff line number Diff line change 1+ .vdp-datepicker {
2+ > .input-group {
3+ > .form-control :not (:disabled ) {
4+ background-color : transparent ;
5+ }
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments