提交 4cd09e2f 作者: 龚洪江

修复:项目资讯样式

上级 52ed7bc5
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
let distDir = '.dev'; //默认输出目录 let distDir = '.dev'; // 默认输出目录
if (process.env.NODE_ENV === 'production') { if (process.env.NODE_ENV === 'production') {
//生产环境用另一个目录构建,防止与dev冲突 // 生产环境用另一个目录构建,防止与dev冲突
distDir = '.next'; distDir = '.next';
} }
...@@ -27,8 +27,8 @@ const nextConfig = { ...@@ -27,8 +27,8 @@ const nextConfig = {
return [ return [
{ {
source: '/local/:path*', source: '/local/:path*',
// destination: 'https://www.iuav.shop/:path*', destination: 'https://www.iuav.shop/:path*',
destination: 'https://test.iuav.shop/:path*', // destination: 'https://test.iuav.shop/:path*',
}, },
]; ];
}, },
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
padding-left: 3px; padding-left: 3px;
padding-right: 83px; padding-right: 83px;
flex: 1; flex: 1;
overflow: hidden;
.title { .title {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论