creativetimofficial / ct-vuetify-material-dashboard-pro

Vuetify Material Dashboard Pro - Premium Admin Template
https://demos.creative-tim.com/vuetify-material-dashboard-pro
27 stars 6 forks source link

[Bug] Text and Cards way too different from demo #16

Closed camassucato closed 5 years ago

camassucato commented 5 years ago

Version

1.0.3

Reproduction link

http://157.245.80.246/#/

Operating System

MacOSX 10.14.6

Device

Macbook Pro

Browser & Version

Chrome Version 77.0.3865.90

Steps to reproduce

Just open the reproduction link.

What is expected?

On demo of the vuetify-material-dashboard-pro, all letters and fonts looks nice and not oversized.

What is actually happening?

On many devices and builds created, the dist build looks oversized and desproporcional. Cards titles, cards numbers and others components looks too much bigger than original demo of the kit.


Solution

No solution yet.

Additional comments

camassucato commented 5 years ago
Screen Shot 2019-10-15 at 14 10 27
camassucato commented 5 years ago

1 2 4 3

glinsky commented 5 years ago

Look at the different props in classes "display"

It was image

has become image

This happened due to an update vuetify?

dragosct commented 5 years ago

Hi! Thank you for using our products and sorry for the late response. This is happening because in the package.json all the dependencies are automatically updated to the latest versions when you run the npm install. We will do a quick update with this. To fix the problem you must remove in package.json the sign ^ from all dependencies (ex. "vue": "^2.6.10" ). After this you must delete your package-lock.json and node_modules and run again npm install, now this should work for you.

Regards, Dragos

single-page commented 5 years ago

Hi, Dragos! I did this, but an error comes up. If you remove the line with an error in the main.scss file, then the styles are still not correct.

image

package.json

image

Tell me, please, in which folder are the styles for display-2 I can't find them =(

image

camassucato commented 5 years ago

Dragos. I received the same instruction via premium support (zendesk) and too many other problems occours after that. I think some one need to apply some attention on that matter...

dragosct commented 5 years ago

Hi there! We are sorry for this. My colleague @johnleider will fix these issues and we will make an update soon.

Thank you for your understanding!

Regards, Dragos

razvanioan commented 5 years ago

Same here !

It seems that the CSS is totally different (font size, border radius and more)

It needs a proper fix, not sticking to exact dependency versions as we might want / need to update them in the near future !

johnleider commented 5 years ago

this is resolved for next release.

single-page commented 5 years ago

when is the release planned?