Lib-flexible and px2rem-loader, in vue-cli are used for adaptive adaptation for the first time.

Use lib-flexible and px2rem-loader, in

vue-cli to set 1rem to 75px. But it shows 54px.

const px2remLoader = {
    loader: "px2rem-loader",
    options: {
      remUnit: 75
    }
  };

clipboard.png

Mar.09,2021

these are two things

  1. which benchmark is configured in px2remLoader to convert px to rem
  2. The font-size in
  3. style is calculated based on the screen resolution

has the landlord solved it? Solve


have you solved this problem?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35ee9-34382.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35ee9-34382.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?