rx-arco-compo 1.0.30 → 1.0.31
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/dist/index.es.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/rx-arco-compo.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -9193,7 +9193,7 @@ const Jl = (e, t, n, o) => {
|
|
|
9193
9193
|
if (r) {
|
|
9194
9194
|
for (const a of r)
|
|
9195
9195
|
if (a.operator === Pe.ALL || a.operator === Pe.FIELD) {
|
|
9196
|
-
l.backgroundColor = a.color;
|
|
9196
|
+
l.backgroundColor = a.color + " !important";
|
|
9197
9197
|
break;
|
|
9198
9198
|
}
|
|
9199
9199
|
}
|
|
@@ -9228,7 +9228,7 @@ const Jl = (e, t, n, o) => {
|
|
|
9228
9228
|
return Ja[t.rowIndex] = o, {};
|
|
9229
9229
|
} else if (e === "cell" && t.column && t.row && t.column.property && t.column.property !== "edit-column") {
|
|
9230
9230
|
const o = t.column.property, r = Ja[t.rowIndex], l = {};
|
|
9231
|
-
return r && r.TABLE_ROW_COLOR && r[o] && r.TABLE_ROW_COLOR.index < r[o].index ? l.backgroundColor = r.TABLE_ROW_COLOR?.color : r && r[o] ? l.backgroundColor = r[o]?.color : r && r.TABLE_ROW_COLOR && (l.backgroundColor = r.TABLE_ROW_COLOR?.color), l;
|
|
9231
|
+
return r && r.TABLE_ROW_COLOR && r[o] && r.TABLE_ROW_COLOR.index < r[o].index ? l.backgroundColor = r.TABLE_ROW_COLOR?.color + " !important" : r && r[o] ? l.backgroundColor = r[o]?.color + " !important" : r && r.TABLE_ROW_COLOR && (l.backgroundColor = r.TABLE_ROW_COLOR?.color + " !important"), l;
|
|
9232
9232
|
} else
|
|
9233
9233
|
return {};
|
|
9234
9234
|
};
|