meixioacomponent 0.3.47 → 0.3.48

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": "meixioacomponent",
3
- "version": "0.3.47",
3
+ "version": "0.3.48",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -961,5 +961,11 @@ export default {
961
961
  box-sizing: border-box;
962
962
  padding-top: var(--padding-5);
963
963
  }
964
+
965
+ /deep/ .el-table__fixed {
966
+ &::before {
967
+ background-color: transparent !important;
968
+ }
969
+ }
964
970
  }
965
971
  </style>