Replies: 1 comment
-
找到问题的原因了 你可以打印一下,把我们预设的值给覆盖了 console.log(modifyVars);
/*
{
...
'screen-xl': '1200px',
}
*/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在Login.vue组件,使用了@screen-xl
页面渲染出来的是max-width:1200px;我想把他改为1280,跟unocss里的xl:text-gray-600尺寸保持一致,
但修改breakpoint.less里面的@screen-xl: 1280px;并没有生效。
我改如何做才能调整@screen-xl的值?
Beta Was this translation helpful? Give feedback.
All reactions