|
@@ -341,9 +341,13 @@ body iframe {
|
|
|
.is-disabled {
|
|
|
background-color: rgb(0, 39, 77, 0.5) !important;
|
|
|
}
|
|
|
-.el-table-filter__bottom{
|
|
|
- border-top-color: rgb(255,255,255, 0.3) !important;
|
|
|
+.el-table-filter__bottom {
|
|
|
+ border-top-color: rgb(255, 255, 255, 0.3) !important;
|
|
|
+}
|
|
|
+.el-table-filter__list-item {
|
|
|
+ color: rgba(255, 255, 255, 0.9);
|
|
|
+}
|
|
|
+.el-table-filter__list {
|
|
|
+ max-height: 60vh;
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
-.el-table-filter__list-item{
|
|
|
- color: rgba(255,255,255,0.9);
|
|
|
-}
|