调整列表高度

This commit is contained in:
wkc
2026-02-28 13:36:22 +08:00
parent 2190d2f2d1
commit aa34361bf3
4 changed files with 493 additions and 7 deletions

View File

@@ -255,8 +255,8 @@ export default {
color: #333;
font-weight: 600;
font-size: 14px;
height: 56px;
padding: 16px 12px;
height: 44px;
padding: 12px 10px;
// 只保留底部一条分隔线
border-bottom: 2px solid #e0e0e0 !important;
@@ -267,8 +267,8 @@ export default {
td.el-table__cell {
color: #333;
font-size: 14px;
height: 64px;
padding: 20px 12px;
height: 48px;
padding: 12px 10px;
border-bottom: none !important;
border-right: none !important;
}
@@ -314,14 +314,14 @@ export default {
}
.project-info-cell {
padding: 8px 0;
line-height: 1.5;
padding: 4px 0;
line-height: 1.4;
.project-name {
font-size: 14px;
font-weight: 600;
color: #303133;
margin-bottom: 4px;
margin-bottom: 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;