feat: 完成70%全局样式与可读性优化
This commit is contained in:
@@ -3,15 +3,15 @@ $root = Split-Path $PSScriptRoot -Parent
|
||||
$page = [System.IO.File]::ReadAllText((Join-Path $root 'pages/genealogy/g10-application-review.vue'), [System.Text.Encoding]::UTF8)
|
||||
|
||||
foreach ($expected in @(
|
||||
'@include adaptive.adaptive-genealogy-list-card',
|
||||
'@include adaptive.adaptive-feedback-toast',
|
||||
'@include adaptive-genealogy-list-card',
|
||||
'@include adaptive-feedback-toast',
|
||||
'background: url("/static/assets/modules/genealogy/transparent/section-divider.png") bottom center / 100% 14rpx no-repeat',
|
||||
'grid-template-columns: auto minmax(0, 1fr) auto',
|
||||
'padding: 28rpx 28rpx 22rpx 40rpx',
|
||||
'<AppButton',
|
||||
'compact-actions',
|
||||
'z-index: 1',
|
||||
'@include adaptive.adaptive-genealogy-form-field'
|
||||
'@include adaptive-genealogy-form-field'
|
||||
)) {
|
||||
if (-not $page.Contains($expected)) { throw "G10 document-flow contract missing: $expected" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user