flat: 修复语法错误

This commit is contained in:
Apcallover
2025-11-25 16:23:00 +08:00
parent c75653b7a3
commit d260e24265
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
"locale": "zh-Hans", "locale": "zh-Hans",
"h5": { "h5": {
"router": { "router": {
"base": "./", "base": "/app/",
"mode": "hash" "mode": "hash"
}, },
"title": "青岛智慧就业服务", "title": "青岛智慧就业服务",

View File

@@ -1346,7 +1346,7 @@ defineExpose({ loadData });
text-align: center; text-align: center;
line-height: 56rpx line-height: 56rpx
color: #fff color: #fff
fontweight:500 font-weight:500
font-size: 24rpx; font-size: 24rpx;
.controll-no .controll-no
width: 130rpx; width: 130rpx;
@@ -1355,7 +1355,7 @@ defineExpose({ loadData });
text-align: center; text-align: center;
line-height: 56rpx line-height: 56rpx
color: #74AEFF color: #74AEFF
fontweight:500 font-weight :500
font-size: 24rpx; font-size: 24rpx;
border: 2rpx solid #74AEFF border: 2rpx solid #74AEFF
box-sizing: border-box box-sizing: border-box