+
@@ -425,6 +455,7 @@ const getEmptyDesc = (): string => {
{
@@ -439,7 +471,7 @@ const getEmptyDesc = (): string => {
class="hover-icon hover-icon-in-table"
@click.stop="executeCancelStore(scope.row)"
>
-
+
@@ -568,6 +600,19 @@ const getEmptyDesc = (): string => {
.jump-active {
cursor: pointer;
}
+
+.color-disabled {
+ color: #bbbfc4;
+}
+
+.opt-disabled {
+ opacity: 0.2;
+ cursor: not-allowed;
+}
+
+.custom-color-disabled {
+ background: #bbbfc4 !important;
+}