1 Star 0 Fork 14

elhar/csmall-mobile-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
MingXu-CHN 提交于 2022-04-03 03:09 . 首页静态页面优化;
module.exports = {
css: {
loaderOptions: {
less: {
// 若 less-loader 版本小于 6.0,请移除 lessOptions 这一级,直接配置选项。
lessOptions: {
modifyVars: {
// 自定义Less变量
'transparent': '#fff0',
// 导航顶部主题样式
// 'nav-bar-background-color': '@blue',
// 'nav-bar-icon-color': '@white',
// 'nav-bar-text-color': '@white',
// 'nav-bar-title-text-color':'@white',
// 网格主题样式
'grid-item-content-background-color': '#0000',
// 底部选项卡主题样式
'tabbar-item-active-color':'@blue',
// 搜索框主题样式
'search-background-color':'@transparent',
'search-input-height':'24px',
'search-content-background-color':'#fff',
// treeSelect主题样式
'tree-select-item-active-color': '@blue',
// 滚动水平导航主题样式
'tabs-bottom-bar-height': '2px',
'tab-font-size': '0.9em',
},
},
},
},
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/elhar/csmall-mobile-repo.git
git@gitee.com:elhar/csmall-mobile-repo.git
elhar
csmall-mobile-repo
csmall-mobile-repo
master

搜索帮助