-webkit-box-orient: vertical;
/ autoprefixer:on /
-webkit-line-clamp: 2;
text-overflow: ellipsis;
after packaging with vue, the style of multi-line omission does not take effect?
-webkit-box-orient: vertical;
/ autoprefixer:on /
-webkit-line-clamp: 2;
text-overflow: ellipsis;
after packaging with vue, the style of multi-line omission does not take effect?
Yes, it will be removed by the packaged postCSS plug-in, as if because this property is not a specification.
can be written in an inline style so that it will not be removed by the plug-in.
as the title the picture is as follows: how should this be solved? Vue-cli-based projects ...
the screenshot of the effect to be achieved is as follows: json: : the code is as follows: <div id="left_div2"> <table cellSpacing=0 cellPadding=0 id="left_table2" class="table table-bordered"> ...
problem description Front-end frame vue, I don t know if there is a problem with this. There is a payment place in the official account. Hang up the payment pop-up window. At this time, whether it is closing the pop-up window or entering the password...