This commit is contained in:
nisen
2023-09-07 14:29:12 +08:00
parent 0c0b6bd67f
commit 558f44ccc7

6
src/views/grateful/NoticeDetail.vue Executable file → Normal file
View File

@@ -120,6 +120,7 @@ export default {
.title { .title {
font-weight: 600; font-weight: 600;
padding: 20px; padding: 20px;
font-size: 28px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
@@ -143,6 +144,11 @@ export default {
.noticeContent { .noticeContent {
padding: 0 80px; padding: 0 80px;
::v-deep p {
min-height: 28px !important;
line-height: 28px !important;
}
} }
} }
</style> </style>