新增前端vue
This commit is contained in:
@@ -308,7 +308,7 @@ onMounted(() => {
|
||||
|
||||
/* 预警标题(仅修改这部分样式) */
|
||||
.alert-title {
|
||||
width: 155px; /* 固定宽度,可根据需求调整(比如200px/400px) */
|
||||
width: 100px; /* 固定宽度,可根据需求调整(比如200px/400px) */
|
||||
flex-shrink: 0; /* 关键:禁止宽度被压缩,保证固定宽度生效 */
|
||||
color: #666;
|
||||
white-space: nowrap; /* 强制不换行 */
|
||||
@@ -436,4 +436,4 @@ onMounted(() => {
|
||||
max-height: 200px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user