bri-components 1.2.76 → 1.2.77

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.76",
3
+ "version": "1.2.77",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -117,14 +117,12 @@
117
117
  <style lang="less">
118
118
  .DshTabs {
119
119
  width: 100%;
120
- height: 100%;
120
+ // height: 100%;
121
121
  display: flex;
122
122
  flex-direction: column;
123
123
 
124
124
  &-item {
125
- width: 100%;
126
- height: 100%;
127
- padding-top: 20px;
125
+
128
126
  }
129
127
 
130
128
  .extra {
@@ -213,6 +211,10 @@
213
211
  }
214
212
  }
215
213
  }
214
+
215
+ &-content {
216
+ padding-top: 20px;
217
+ }
216
218
  }
217
219
  }
218
220
 
@@ -359,6 +361,7 @@
359
361
  &-content {
360
362
  flex: 1;
361
363
  min-height: 0px;
364
+ padding-top: 20px;
362
365
  }
363
366
 
364
367
  &-context-menu {