adata-ui 0.1.24 → 0.1.25

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.24",
3
+ "version": "0.1.25",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -329,6 +329,7 @@ export default {
329
329
  font-size: 16px;
330
330
  line-height: 22px;
331
331
  color: #2c3e50;
332
+ display: block;
332
333
 
333
334
  &:last-child {
334
335
  border-bottom: 1px solid #9DA3AC4C;