一体机放大效果开发

This commit is contained in:
冯辉
2026-03-12 17:10:34 +08:00
parent 0c63175816
commit e7ef23ad5d
83 changed files with 3034 additions and 2899 deletions

View File

@@ -132,7 +132,7 @@ onLoad(() => {
<style scoped>
.job-comparison-container {
padding: 10px;
padding: 15px;
background-color: #f8f8f8;
}
@@ -149,22 +149,22 @@ onLoad(() => {
.table-row {
display: flex;
border-bottom: 1px solid #e0e0e0;
border-bottom: 2px solid #e0e0e0;
}
.table-row:first-child {
border-bottom: 2px solid #ccc;
border-bottom: 3px solid #ccc;
}
.table-cell {
flex-shrink: 0;
padding: 15px 10px;
border-right: 1px solid #e0e0e0;
padding: 23px 15px;
border-right: 2px solid #e0e0e0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 150px;
width: 225px;
white-space: normal;
word-break: break-all;
}
@@ -178,8 +178,8 @@ onLoad(() => {
left: 0;
z-index: 10;
background-color: #fff;
border-right: 2px solid #ccc;
width: 120px; /* 固定左侧列的宽度 */
border-right: 3px solid #ccc;
width: 180px; /* 固定左侧列的宽度 */
text-align: left;
}
@@ -194,7 +194,7 @@ onLoad(() => {
.company {
font-weight: normal;
font-size: 12px;
font-size: 18px;
color: #666;
}