njk-tool 0.0.16 → 0.0.17
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.
package/dist/bundle/app.min.cjs
CHANGED
|
@@ -13663,18 +13663,6 @@ padding: 0;
|
|
|
13663
13663
|
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
13664
13664
|
}
|
|
13665
13665
|
/* PC端样式 */
|
|
13666
|
-
@media (min-width: 900px) {
|
|
13667
|
-
.email-main-container {
|
|
13668
|
-
width: 40rem;
|
|
13669
|
-
border: solid 1px silver
|
|
13670
|
-
}
|
|
13671
|
-
}
|
|
13672
|
-
/* 移动端样式 */
|
|
13673
|
-
@media (min-width: 1304px) {
|
|
13674
|
-
.email-main-container {
|
|
13675
|
-
width: 80rem;
|
|
13676
|
-
}
|
|
13677
|
-
}
|
|
13678
13666
|
a {
|
|
13679
13667
|
text-decoration: none;
|
|
13680
13668
|
}
|
|
@@ -13683,7 +13671,7 @@ color: #409EFF;
|
|
|
13683
13671
|
}
|
|
13684
13672
|
.email-main-container {
|
|
13685
13673
|
margin: 0;
|
|
13686
|
-
|
|
13674
|
+
min-width: 1000px;
|
|
13687
13675
|
padding: 0 5rem;
|
|
13688
13676
|
}
|
|
13689
13677
|
:root {
|
|
@@ -14051,8 +14039,8 @@ display: block;
|
|
|
14051
14039
|
{% endfor %}
|
|
14052
14040
|
{% endif %}
|
|
14053
14041
|
{% endmacro %}
|
|
14054
|
-
<body style="margin: 0; padding: 0;">
|
|
14055
|
-
<div class="email-main-container" style="margin: 0 auto; padding: 0 3rem;box-sizing: border-box">
|
|
14042
|
+
<body style="margin: 0; padding: 0;overflow: auto;">
|
|
14043
|
+
<div class="email-main-container" style="margin: 0 auto; padding: 0 3rem;box-sizing: border-box;width:2000px;">
|
|
14056
14044
|
{{ use_component(ctx) }}
|
|
14057
14045
|
</div>
|
|
14058
14046
|
</body>
|