@kaiyinchem/ky-uniui 1.0.31 → 1.0.33

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.
@@ -318,8 +318,9 @@
318
318
  justify-content: center;
319
319
  align-items: center;
320
320
  z-index: 0;
321
- &.ky-fetch-error {
322
- position: isRelative;
321
+ &.isRelative {
322
+ position: relative;
323
+ margin-bottom: 24rpx;
323
324
  }
324
325
  .ky-fetch-error-tip {
325
326
  display: flex;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.31",
10
+ "version": "1.0.33",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"