Browse Source

feat 样式适配调整

chenhao 2 năm trước cách đây
mục cha
commit
60693e18c3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      postcss.config.cjs

+ 2 - 2
postcss.config.cjs

@@ -9,11 +9,11 @@ module.exports = {
       propList: ['*'],
       propList: ['*'],
       viewportUnit: 'vw',
       viewportUnit: 'vw',
       fontViewportUnit: 'vw',
       fontViewportUnit: 'vw',
-      selectorBlackList: [],
+      selectorBlackList: ['el-*'],
       minPixelValue: 1,
       minPixelValue: 1,
       mediaQuery: false,
       mediaQuery: false,
       replace: true,
       replace: true,
-      exclude: undefined,
+      exclude: [/node_modules/],
       include: undefined,
       include: undefined,
       landscape: false,
       landscape: false,
       landscapeUnit: 'vw',
       landscapeUnit: 'vw',