Bootstrap 4 Chinese development manual Cards

Bootstrap's card provides a flexible and extensible content container with a variety of variants and options. about A card is a flexible, extensible content container. It includes header and footer options, various content, context, background color, and powerful display options. If you are familiar with Bootstrap 3, the card can replace our ...

Posted by Negligence on Sun, 05 Sep 2021 19:15:48 -0700

vue-cli3 + build pc side management project (III. use of css preprocessor scss)

Using css preprocessor in the project can improve the efficiency of css development, reasonably apply the characteristics of preprocessor, and improve the maintainability of css code. Common at present   There are three kinds of css preprocessors: less, scss(sass upgrade), and stylus. No matter which kind, the most basic variables, exten ...

Posted by jdlev on Sun, 05 Sep 2021 14:35:33 -0700

Step on pit mark 18 vue component folding v-show | depth merge object | El checkbox group size setting is invalid | El form element height and vertical spacing are not uniform

2021.9.1 Pit 57 (component folding): simple folding to the left without animation. The effect is to click the long bar with arrow (added background color for easy viewing) to change the folding state. The idea is that the outer package flex is automatically arranged from left to right, use v-show to control the display of inner elements, and u ...

Posted by mudasir on Wed, 01 Sep 2021 14:36:59 -0700