vue2-client 1.15.65 → 1.15.66

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": "vue2-client",
3
- "version": "1.15.65",
3
+ "version": "1.15.66",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -552,6 +552,8 @@ export default {
552
552
  :deep(.ant-table-fixed-right) {
553
553
  overflow: visible !important;
554
554
  }
555
+ </style>
556
+ <style>
555
557
  .table-draggable-handle {
556
558
  height: 100% !important;
557
559
  left: auto !important;