Commit 7073e089fee1d6c699d7bcf2ad7bc33bae4f478b

Authored by fengtao
1 parent bf0aa85c

pref:优化定时任务部分样式

@@ -8,6 +8,7 @@ @@ -8,6 +8,7 @@
8 title="任务详细" 8 title="任务详细"
9 @cancel="handleCancel" 9 @cancel="handleCancel"
10 :showOkBtn="false" 10 :showOkBtn="false"
  11 + style="font-size: 12px"
11 > 12 >
12 <div> 13 <div>
13 <Description :column="3" size="middle" @register="registeDesc" /> 14 <Description :column="3" size="middle" @register="registeDesc" />
@@ -48,4 +49,12 @@ @@ -48,4 +49,12 @@
48 }); 49 });
49 const handleCancel = () => {}; 50 const handleCancel = () => {};
50 </script> 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>