bri-components 1.2.95 → 1.2.96

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bri-components",
3
- "version": "1.2.95",
3
+ "version": "1.2.96",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -172,13 +172,13 @@
172
172
  .ivu-radio-inner {
173
173
  width: 14px;
174
174
  height: 14px;
175
+ background-color: transparent;
175
176
 
176
177
  &::after {
177
178
  width: 6px;
178
179
  height: 6px;
179
180
  left: 2px;
180
181
  top: 2px;
181
- background-color: transparent;
182
182
  }
183
183
  }
184
184
  .ivu-checkbox-inner {
@@ -819,7 +819,7 @@
819
819
 
820
820
  &-top {
821
821
  width: 100%;
822
- height: 40px;
822
+ height: 48px;
823
823
  overflow: hidden;
824
824
  position: absolute;
825
825
  top: 0px;
@@ -18,9 +18,7 @@
18
18
  <div
19
19
  v-if="showLoadingText"
20
20
  class="BriLoading-main-loadingText"
21
- >
22
- {{ loadText }}
23
- </div>
21
+ >{{ loadText }}</div>
24
22
  </slot>
25
23
  </template>
26
24
  <!-- nodata -->
@@ -30,9 +28,7 @@
30
28
  <div
31
29
  v-if="noText"
32
30
  class="BriLoading-main-noText"
33
- >
34
- {{ noText }}
35
- </div>
31
+ >{{ noText }}</div>
36
32
  </slot>
37
33
  </template>
38
34
  </div>