added styling for select group title in app.css
This commit is contained in:
parent
3a94319805
commit
3c033af0d6
|
|
@ -291,6 +291,10 @@
|
||||||
color:#595959 !important;
|
color:#595959 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-select-group__title {
|
||||||
|
@apply text-purple-500 font-bold;
|
||||||
|
}
|
||||||
|
|
||||||
.el-select-dropdown .popper__arrow::after {
|
.el-select-dropdown .popper__arrow::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue