@arim-aisdc/public-components 0.0.21 → 0.0.22

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.
@@ -193,24 +193,7 @@ table {
193
193
  height: 300px;
194
194
  width: 2px;
195
195
  position: fixed;
196
- // z-index: 99999;
196
+ z-index: 99999;
197
197
  background-color: #000;
198
- // float: right;
199
- // display: inline-block;
200
- // float: right;
201
198
  }
202
199
 
203
- .column-divide-line {
204
- height: 300px;
205
- width: 2px;
206
- // z-index: 999;
207
- background-color: #000;
208
- // float: right;
209
- position: fixed;
210
- // float: right;
211
- display: none;
212
- // z-index: 99999;
213
- // display: inline-block;
214
-
215
- // display: none;
216
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arim-aisdc/public-components",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "前端组件库",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -92,4 +92,4 @@
92
92
  "authors": [
93
93
  "na.xu2278@foxmail.com"
94
94
  ]
95
- }
95
+ }