ztxkui 3.0.16 → 3.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/index.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1752,12 +1752,12 @@ template {
|
|
|
1752
1752
|
}
|
|
1753
1753
|
|
|
1754
1754
|
.print-container--content {
|
|
1755
|
-
margin-top: 42px;
|
|
1756
1755
|
width: 1000px;
|
|
1757
|
-
min-height:
|
|
1756
|
+
min-height: 100vh;
|
|
1758
1757
|
margin-right: auto;
|
|
1759
1758
|
margin-left: auto;
|
|
1760
1759
|
padding: 10px 15px;
|
|
1760
|
+
padding-top: 52px;
|
|
1761
1761
|
}
|
|
1762
1762
|
.print-container--content .ant-table {
|
|
1763
1763
|
background: none;
|