centaline-data-driven 1.4.66 → 1.4.67

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": "centaline-data-driven",
3
- "version": "1.4.66",
3
+ "version": "1.4.67",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -130,7 +130,6 @@ export default {
130
130
  position: absolute;
131
131
  top: 50%;
132
132
  left: 50%;
133
- margin-top: -10px;
134
- margin-left: -15px;
133
+ transform: translate(-50%,-50%);
135
134
  }
136
135
  </style>