zy-react-library 1.0.176 → 1.0.177

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.
@@ -53,7 +53,7 @@ function Pdf(props) {
53
53
  const renderPdfContent = () => (
54
54
  <>
55
55
  {loading && (
56
- <div style={{ display: "flex", justifyContent: "center", alignItems: "center", height: "80vh" }}>
56
+ <div style={{ display: "flex", justifyContent: "center", alignItems: "center", height: "72vh" }}>
57
57
  <Spin size="large" />
58
58
  </div>
59
59
  )}
@@ -110,7 +110,7 @@ function Pdf(props) {
110
110
  >
111
111
  关闭
112
112
  </Button>,
113
- <Button
113
+ !loading && <Button
114
114
  key="fullScreen"
115
115
  onClick={() => {
116
116
  isFullscreen ? exitFullscreen() : enterFullscreen();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.176",
4
+ "version": "1.0.177",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",