adata-ui 0.1.70 → 0.1.73

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.70",
3
+ "version": "0.1.73",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -1,6 +1,5 @@
1
1
  <template>
2
- <div id="app">
3
- </div>
2
+ <div id="app"></div>
4
3
  </template>
5
4
 
6
5
  <script>
@@ -142,6 +142,7 @@
142
142
  &--ellipsis {
143
143
  width: calc(100% - 56px);
144
144
  text-overflow: ellipsis;
145
+ overflow: hidden;
145
146
  }
146
147
 
147
148
  &__icon {