meixioacomponent 0.3.52 → 0.3.53
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
|
@@ -978,15 +978,17 @@ export default {
|
|
|
978
978
|
|
|
979
979
|
/deep/ .el-table__fixed {
|
|
980
980
|
&::before {
|
|
981
|
-
|
|
981
|
+
border-color: var(--color-table-border) !important;
|
|
982
982
|
}
|
|
983
983
|
}
|
|
984
984
|
|
|
985
985
|
/deep/ .el-table__cell {
|
|
986
986
|
.gutter {
|
|
987
|
-
border-
|
|
987
|
+
border-right: 1px solid var(--color-table-border) !important;
|
|
988
|
+
border-bottom: 1px solid var(--color-table-border) !important;
|
|
988
989
|
&:last-of-type {
|
|
989
|
-
border-
|
|
990
|
+
border-right: var(--color-table-border) !important;
|
|
991
|
+
border-bottom: 1px solid var(--color-table-border) !important;
|
|
990
992
|
}
|
|
991
993
|
}
|
|
992
994
|
}
|