adata-ui 0.1.8 → 0.1.9

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": "adata-ui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -171,13 +171,6 @@ export default {
171
171
  padding: 0;
172
172
  }
173
173
 
174
- .container {
175
- max-width: 1180px;
176
- width: 100%;
177
- padding: 0 20px;
178
- margin: 0 auto;
179
- }
180
-
181
174
  .a-header {
182
175
  width: 100%;
183
176
  background: #ffffff;
@@ -1,7 +1,6 @@
1
1
  <template>
2
2
  <transition
3
3
  v-on:before-enter="beforeEnter"
4
- v-on:enter="enter"
5
4
  v-on:after-enter="afterEnter"
6
5
  v-on:before-leave="beforeLeave"
7
6
  v-on:leave="leave"