bri-components 1.2.22 → 1.2.23

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.22",
3
+ "version": "1.2.23",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -2,7 +2,7 @@
2
2
  <div class="DshTable">
3
3
  <bri-table
4
4
  :data="data"
5
- :columns="selfColumns"
5
+ :columns="selfColumns2"
6
6
  :propsObj="propsObj"
7
7
  :isLoading="isLoading"
8
8
  :noDataText="noDataText"
@@ -52,7 +52,9 @@
52
52
  noDataText: String
53
53
  },
54
54
  data () {
55
- return {};
55
+ return {
56
+ selfColumns2: []
57
+ };
56
58
  },
57
59
  computed: {
58
60
  multiple () {
@@ -173,6 +175,7 @@
173
175
  }
174
176
  },
175
177
  created () {
178
+ this.selfColumns2 = this.selfColumns;
176
179
  },
177
180
  methods: {
178
181
  // 点击某行
@@ -60,8 +60,6 @@
60
60
 
61
61
  &-default {
62
62
  .ivu-modal-wrap {
63
- margin: 24px;
64
-
65
63
  .ivu-modal {
66
64
  width: 750px !important;
67
65
  height: 550px !important;
@@ -113,8 +111,6 @@
113
111
 
114
112
  &-middle {
115
113
  .ivu-modal-wrap {
116
- margin: 24px;
117
-
118
114
  .ivu-modal {
119
115
  // width: 1000px !important;
120
116
  // height: 800px !important;
@@ -140,8 +136,6 @@
140
136
 
141
137
  &-large {
142
138
  .ivu-modal-wrap {
143
- margin: 20px;
144
-
145
139
  .ivu-modal {
146
140
  width: 80% !important;
147
141
  height: 90% !important;