doway-coms 2.11.55 → 2.11.57

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": "doway-coms",
3
- "version": "2.11.55",
3
+ "version": "2.11.57",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -4343,4 +4343,7 @@ export default {
4343
4343
  align-items: center !important;
4344
4344
  justify-content: flex-start !important;
4345
4345
  }
4346
+ ::v-deep table > tbody > tr > td >.c--tooltip {
4347
+ display: block !important;
4348
+ }
4346
4349
  </style>