案例详情页样式

This commit is contained in:
zhaofang
2022-06-08 15:50:26 +08:00
parent a0080e7bb9
commit cd8c5230d5

View File

@@ -292,6 +292,7 @@ export default {
margin-top: 10px; margin-top: 10px;
font-size: 16px; font-size: 16px;
color: #333; color: #333;
word-break:break-all;
} }
::v-deep .el-card__body{ ::v-deep .el-card__body{
padding: 0; padding: 0;
@@ -340,6 +341,7 @@ export default {
font-size: 20px; font-size: 20px;
line-height: 45px; line-height: 45px;
font-weight: 600; font-weight: 600;
word-break:break-all;
} }
.label { .label {
font-size: 15px; font-size: 15px;