diff --git a/apps/hand-factory/components/panels/code/apart.vue b/apps/hand-factory/components/panels/code/apart.vue index e228266..211a6e6 100644 --- a/apps/hand-factory/components/panels/code/apart.vue +++ b/apps/hand-factory/components/panels/code/apart.vue @@ -1,6 +1,6 @@ @@ -602,8 +602,8 @@ export default { } .card-title { - display: flex; - align-items: center; + display: flex; + align-items: center; margin-bottom: 25rpx; padding-bottom: 20rpx; border-bottom: 1rpx solid #f0f0f0; @@ -618,7 +618,7 @@ export default { .title-text { flex: 1; - font-size: 32rpx; + font-size: 32rpx; font-weight: 600; color: #333; } @@ -647,9 +647,9 @@ export default { .item-value { display: block; font-size: 28rpx; - color: #333; - font-weight: 500; - } + color: #333; + font-weight: 500; +} } } @@ -659,7 +659,7 @@ export default { .form-label { display: block; - font-size: 28rpx; + font-size: 28rpx; color: #333; margin-bottom: 15rpx; font-weight: 500; @@ -727,7 +727,7 @@ export default { } .split-header { - margin-bottom: 20rpx; + margin-bottom: 20rpx; .split-title { font-size: 28rpx; @@ -738,7 +738,7 @@ export default { .split-body { .split-field { - margin-bottom: 20rpx; + margin-bottom: 20rpx; &:last-child { margin-bottom: 0; @@ -753,7 +753,7 @@ export default { .field-label-optional { display: block; - font-size: 26rpx; + font-size: 26rpx; color: #666; margin-bottom: 12rpx; } @@ -775,13 +775,13 @@ export default { } .picker-input { - width: 100%; - height: 80rpx; - padding: 0 20rpx; + width: 100%; + height: 80rpx; + padding: 0 20rpx; background: #fff; border: 2rpx solid #e8e8e8; border-radius: 10rpx; - box-sizing: border-box; + box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; @@ -883,7 +883,7 @@ export default { border-bottom: 1rpx solid #f0f0f0; .popup-title { - font-size: 32rpx; + font-size: 32rpx; color: #333; font-weight: 600; } @@ -904,12 +904,12 @@ export default { border-bottom: 1rpx solid #f0f0f0; .search-input { - width: 100%; + width: 100%; height: 80rpx; padding: 0 20rpx; background: #f8f9fa; border: 2rpx solid #e8e8e8; - border-radius: 10rpx; + border-radius: 10rpx; font-size: 28rpx; color: #333; box-sizing: border-box; diff --git a/apps/hand-factory/components/panels/code/typing.vue b/apps/hand-factory/components/panels/code/typing.vue index 064dc0f..b9011a3 100644 --- a/apps/hand-factory/components/panels/code/typing.vue +++ b/apps/hand-factory/components/panels/code/typing.vue @@ -208,21 +208,21 @@ diff --git a/apps/hand-factory/pages/code/code.vue b/apps/hand-factory/pages/code/code.vue index 98060e7..ebcc4c0 100644 --- a/apps/hand-factory/pages/code/code.vue +++ b/apps/hand-factory/pages/code/code.vue @@ -40,7 +40,7 @@ export default { remark: '', currentTab: 'typing', tabs: [ - { label: '录入', value: 'typing' }, + { label: '更新', value: 'typing' }, { label: '分卷', value: 'apart' }, { label: '合卷', value: 'merge' }, { label: '追溯', value: 'trace' }