GithubHelp home page GithubHelp logo

Comments (11)

wswmsword avatar wswmsword commented on June 24, 2024

方便地话配个截图我看下。

from postcss-mobile-forever.

Alan-Xia avatar Alan-Xia commented on June 24, 2024

Image_1718593899191

from postcss-mobile-forever.

wswmsword avatar wswmsword commented on June 24, 2024

这是小程序吗,我也没试过小程序用这个插件。能看到这个白边是什么样式吗,有可能不是插件的问题,插件没有额外添加边框、边距之类的属性,只有在打开 border 选项的时候会在指定的 appSelector 的样式上加一个 box-shadow

from postcss-mobile-forever.

Alan-Xia avatar Alan-Xia commented on June 24, 2024

这不是插件,是企业内部自己APP里面的h5微应用

from postcss-mobile-forever.

wswmsword avatar wswmsword commented on June 24, 2024

好的,那这个 h5 如果不放到 APP 里,直接从浏览器访问是正常的吗?

from postcss-mobile-forever.

Alan-Xia avatar Alan-Xia commented on June 24, 2024

浏览器访问是正常的

from postcss-mobile-forever.

wswmsword avatar wswmsword commented on June 24, 2024

能看出来这个白边是什么属性导致的吗?

from postcss-mobile-forever.

Alan-Xia avatar Alan-Xia commented on June 24, 2024

我把这个关了再试试
// 适配到桌面端时,展示的视图宽度
desktopWidth: 430,
// 适配到移动端横屏时,展示的视图宽度
landscapeWidth: 425,

from postcss-mobile-forever.

wswmsword avatar wswmsword commented on June 24, 2024

ok,你现在这个是媒体查询模式,还有个 CSS 函数的模式也可以试试,大概是下面这样:

module.exports = () => {
  return {
    plugins: {
      'postcss-mobile-forever': {
        // 应用基于该宽度进行开发,转换后的伸缩视图将会以该宽度的视图作为标准进行比例伸缩
        viewportWidth: 750,
        // 页面最外层选择器,例如“#app”,用于设置在桌面端和移动端横屏时的居中样式
        appSelector: '#app',
        // 限制视口单位的最大宽度
        maxDisplayWidth: 750,
        // 选择器黑名单,名单上的不转换
        selectorBlackList: ['md-'],
        // 排除文件或文件夹
        exclude: [/node_modules/]
      }
    }
  }
}

原来你的配置应该也有点问题,maxDisplayWidthenableMediaQuerydesktopWidthlandscapeWidth 不应该同时出现。

from postcss-mobile-forever.

Alan-Xia avatar Alan-Xia commented on June 24, 2024

好的,我试试!谢谢你

from postcss-mobile-forever.

wswmsword avatar wswmsword commented on June 24, 2024

不客气,有问题及时反馈。

from postcss-mobile-forever.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.