This commit is contained in:
2022-06-08 11:59:47 +08:00
parent 02ef4bb678
commit 6546d52424
4 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置 // 基础配置
const config = { const config = {
// apiUrl : 'http://api.gl.shangkelian.cn/api/', // 正式环境 apiUrl : 'http://api.gl.shangkelian.cn/api/', // 正式环境
apiUrl : 'http://api.zh.shangkelian.cn/api/', // 大健康调试环境,目前没有任何数据无法正常显示,所以需要使用该环境,最后会删除 // apiUrl : 'http://api.zh.shangkelian.cn/api/', // 大健康调试环境,目前没有任何数据无法正常显示,所以需要使用该环境,最后会删除
timeout : 60000 timeout : 60000
} }

View File

@@ -216,7 +216,7 @@
font-weight: bold; font-weight: bold;
padding-bottom: 10rpx; padding-bottom: 10rpx;
.title-des{ .title-des{
font-size: 24rpx; font-size: 24rpx !important;
padding-left: 10rpx; padding-left: 10rpx;
color: $text-gray-m; color: $text-gray-m;
font-weight: normal; font-weight: normal;
@@ -326,7 +326,7 @@
top: $margin; top: $margin;
} }
.title-des{ .title-des{
font-size: 26rpx; font-size: 24rpx;
padding-left: 10rpx; padding-left: 10rpx;
color: $text-gray-m; color: $text-gray-m;
font-weight: normal; font-weight: normal;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long