mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02: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 {
|
||||
font-weight: 600;
|
||||
padding: 20px;
|
||||
font-size: 28px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
@@ -143,6 +144,11 @@ export default {
|
||||
|
||||
.noticeContent {
|
||||
padding: 0 80px;
|
||||
|
||||
::v-deep p {
|
||||
min-height: 28px !important;
|
||||
line-height: 28px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user