mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
样式
This commit is contained in:
6
src/views/grateful/NoticeDetail.vue
Executable file → Normal file
6
src/views/grateful/NoticeDetail.vue
Executable file → Normal 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user