-
What if the font of the third party is too large?
some special fonts are relatively large. I checked that a plugin called tarantula is very useful, but how do I use it in the vue project? after all, in the end, there is nothing in the html file from build, and it is useless to use font-spider. What shou...
-
Scss @ import file error module not found
1. The file structure directory is as follows:
index.scss@importscssicon.scssfonts:
main.jsindex.scss
:
ask the great god to help solve it? Compare heart to heart
...
-
Why can't new and old variables be compared in this way in vue?
execute a getAll method in an interval timer. This getAll method will read an interface using axios loop. Once the interface data changes, the new data will be written into vue.count. What I want to achieve now is that once the vue.count changes, th...
-
Upload pictures on vue? Open the cell phone photo album
like this, find the train of thought
...
-
Mobile terminal layout, the mobile phone input method will top up the footer.
as the title the picture is as follows:
how should this be solved? Vue-cli-based projects
...
-
About mouse slide events in vue
the following figure shows that if you want to make a mouse slide over the picture, the mesh box moves along with the mouse. Encountered a very strange problem, figure 1 is normal, but when I move the mouse again, it becomes figure 2. If you move contin...
-
Using scss, in vue is wrong in quoting the Times, please correct it.
sass-loader,scss-loader,node-loader,webpack.base.conf.jsmodulerules for correction, thank you ...
-
Vue globally defined scss variables such as $red:-sharpf00, cannot be directly referenced in components such as background: $red
common.scss is introduced globally in vue projects, and globally defined scss variables and mixin cannot be used in header components common.csss:
$color_active:-sharp4381E6;
header.vue:
.cp_header{
background: $color_active;
}
...
-
Could you tell me how to override the modification of the default style of the element-ui component?
Hello, seniors. When I first tried to use the ele-ui component today, I found that the default style could not be modified. What s going on?
for example, if I define this, I want to change the color of that commodity name
.
Why do I automatical...
-
How do I add a gradient background color to an item in the table according to scale?
the figure above is a circular table (using vue), one of the fields is probability, how to add background color to the corresponding row in the table according to the numerical value of probability? For example, the probability value is 50%, then I w...
-
Set element height in vue
there are two columns div, on the left is a list pulled back according to the background interface, and on the right is the content. If you want to set the height of two columns, my idea is to get the element height and set the height of two columns, bu...
-
On the mobile phone page, there is an input box with the fixed positioned at the bottom. How to keep the input box fixed above the keyboard when the keyboard appears?
in vue s mobile phone page, the input box is fixed at the bottom of the page through fixed. When the keyboard appears, it is topped by the keyboard, but if it slips down, the input box slides again. How to keep the input box motionless when sliding, and...
-
Introducing scss file into vue to report These relative modules were not found error
as shown in figure
scss
...
-
The postcss child node setting style in vuejs does not work, and the parent node is successful
<style lang="postcss" scoped>
@import @pages job-manager create-job.css ;
.left{
width:700px !important;
}
.vue-input-tag-wrapper{
line-height: 20px;
border: 1px solid -sharpdddee1;
border-radius: 4px !important;
bo...
-
Use-webkit-line-clamp: 2 after vue packages the project; this property 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? ...
-
How to do this effect?
what to do with the gradual expansion of the search box when you click the icon. Expand from right to left ...
-
In vuejs: how does style dynamically bind background-img add toggle animation?
background picture of timing switching div implemented by my settimeout
<div class="blur1x" :style="{backgroundImage: url( + currentImg[currentImgIndex - 1] + ) }"
I want to add transition animation when switching. Ask th...
-
The problem with the style depth parser of vue
https: vue-loader.vuejs.org .
the description of this address I read
roughly means < style scoped > < style >
the CCTV that the current style cannot cover the subcomponents is that the attribute data-v-xxxxx will not appear on the subcompone...
-
Vue configuration postcss,dev is normal, but build reports an error
< H2 > error message < H2 >
.Error processing file: static css app.712bea8dd803afc0084e16e3c16e5d53.css (node:5948) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Option safe was removed. Use parser: require (...
-
How to introduce mixin function defined in Global postcss into Vue
as shown in the title, trying sass-resources-loader cannot solve the problem of global introduction of postcss. Now I can only import global mixin functions into each vue component, which is very inconvenient. Is there any other way? ...