njk-tool 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13573,33 +13573,8 @@ background-color: #fff2f0;
13573
13573
  border-left: 4px solid #f5222d;
13574
13574
  }
13575
13575
  /* END-Notice.css */
13576
- /* Block.css */
13577
- /* Block.njk */
13578
- .code-block {
13579
- --block-margin: 0px
13580
- margin: var(--block-margin) 0;
13581
- border-radius: 4px;
13582
- overflow: hidden;
13583
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
13584
- }
13585
- .code-block pre {
13586
- margin: 0;
13587
- padding: 1rem;
13588
- background-color: #f5f5f5;
13589
- font-family: 'Courier New', monospace;
13590
- font-size: 14px;
13591
- line-height: 1.5;
13592
- white-space: pre-wrap;
13593
- }
13594
- .code-block code {
13595
- display: block;
13596
- overflow-x: auto;
13597
- }
13598
- /* END-Block.css */
13599
- /* Date.css */
13600
- /* END-Date.css */
13601
13576
  /* Table.css */
13602
- .default-table {
13577
+ .my-daframe-default {
13603
13578
  margin: 0;
13604
13579
  width: 80%;
13605
13580
  border-collapse: collapse;
@@ -13635,6 +13610,31 @@ color: #444;
13635
13610
  background-color: transparent;
13636
13611
  }
13637
13612
  /* END-Table.css */
13613
+ /* Block.css */
13614
+ /* Block.njk */
13615
+ .code-block {
13616
+ --block-margin: 0px
13617
+ margin: var(--block-margin) 0;
13618
+ border-radius: 4px;
13619
+ overflow: hidden;
13620
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
13621
+ }
13622
+ .code-block pre {
13623
+ margin: 0;
13624
+ padding: 1rem;
13625
+ background-color: #f5f5f5;
13626
+ font-family: 'Courier New', monospace;
13627
+ font-size: 14px;
13628
+ line-height: 1.5;
13629
+ white-space: pre-wrap;
13630
+ }
13631
+ .code-block code {
13632
+ display: block;
13633
+ overflow-x: auto;
13634
+ }
13635
+ /* END-Block.css */
13636
+ /* Date.css */
13637
+ /* END-Date.css */
13638
13638
  /* Tab.css */
13639
13639
  /* Tab 容器 */
13640
13640
  .tab-container {
@@ -13821,6 +13821,7 @@ padding: 6px 16px;
13821
13821
  {% macro use_title(ctx) %}
13822
13822
  {% if ctx.type == "h1" %}
13823
13823
  {{ title_h1(ctx) }}
13824
+ {{ title_h1(ctx) }}
13824
13825
  {% elif ctx.type == "h2" %}
13825
13826
  {{ title_h2(ctx) }}
13826
13827
  {% elif ctx.type == "h3" %}
@@ -13884,7 +13885,7 @@ padding: 6px 16px;
13884
13885
  {% set title = {text:ctx.title} %}
13885
13886
  {{ title_h2(title) }}
13886
13887
  {% endif %}
13887
- <table class="default-table">
13888
+ <table class="my-daframe-default">
13888
13889
  <thead class="thead-light">
13889
13890
  <tr>
13890
13891
  {% for column in columns %}
@@ -14051,7 +14052,7 @@ display: block;
14051
14052
  {% endif %}
14052
14053
  {% endmacro %}
14053
14054
  <body style="margin: 0; padding: 0;">
14054
- <div class="email-main-container" style="margin: 0 auto; padding: 0 3rem; border: solid 1px silver;box-sizing: border-box; max-width: 1000px;">
14055
+ <div class="email-main-container" style="margin: 0 auto; padding: 0 3rem;box-sizing: border-box; max-width: 1000px;">
14055
14056
  {{ use_component(ctx) }}
14056
14057
  </div>
14057
14058
  </body>