Commit 7073e089fee1d6c699d7bcf2ad7bc33bae4f478b

Authored by fengtao
1 parent bf0aa85c

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

... ... @@ -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>
... ...