hive UDF function to modify the background color

This commit is contained in:
break60 2020-08-04 16:02:04 +08:00
parent 46c77c8111
commit ce769d7965

View File

@ -495,5 +495,15 @@
color: #ff0000;
padding-right: 4px;
}
.udfs-model {
.ans-select {
.tag-container-disabled {
.tag-wrapper {
background-color: #fff;
color: #6d859e;
}
}
}
}
</style>