Showing
1 changed file
with
10 additions
and
1 deletions
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | title="任务详细" |
| 9 | 9 | @cancel="handleCancel" |
| 10 | 10 | :showOkBtn="false" |
| 11 | + style="font-size: 12px" | |
| 11 | 12 | > |
| 12 | 13 | <div> |
| 13 | 14 | <Description :column="3" size="middle" @register="registeDesc" /> |
| ... | ... | @@ -48,4 +49,12 @@ |
| 48 | 49 | }); |
| 49 | 50 | const handleCancel = () => {}; |
| 50 | 51 | </script> |
| 51 | -<style></style> | |
| 52 | +<style lang="less" scoped> | |
| 53 | + :deep(.vben-basic-title-normal) { | |
| 54 | + font-size: 16px; | |
| 55 | + font-weight: 500; | |
| 56 | + } | |
| 57 | + :deep(.vben-collapse-container__header) { | |
| 58 | + border-bottom: none; | |
| 59 | + } | |
| 60 | +</style> | ... | ... |