mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 13:17:50 +08:00
Merge pull request #3398 from break60/1.3.2-release
hive UDF function to modify the background color
This commit is contained in:
commit
cca0714831
@ -495,5 +495,20 @@
|
||||
color: #ff0000;
|
||||
padding-right: 4px;
|
||||
}
|
||||
.udfs-model {
|
||||
.ans-select {
|
||||
.tag-container-disabled {
|
||||
.tag-wrapper {
|
||||
&:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
background-color: #fff;
|
||||
.tag-text {
|
||||
color: #6d859e;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user