Commit b8b67da7 authored by GaiaXalter's avatar GaiaXalter 💬

fix:启用表格滚动条

parent a9445abf
Pipeline #9202 failed with stages
in 2 minutes and 46 seconds
...@@ -43,7 +43,7 @@ width: 120px; ...@@ -43,7 +43,7 @@ width: 120px;
.table-responsive { .table-responsive {
border: 0px solid transparent!important; border: 0px solid transparent!important;
overflow: hidden!important; /* overflow: hidden!important; */
} }
.search-form div.input-group-addon { .search-form div.input-group-addon {
...@@ -192,7 +192,7 @@ border: 1px solid black; ...@@ -192,7 +192,7 @@ border: 1px solid black;
} }
#entertain_rank{ #entertain_rank{
overflow:hidden; /* overflow:hidden; */
} }
...@@ -238,7 +238,7 @@ background-color: #1a4861; ...@@ -238,7 +238,7 @@ background-color: #1a4861;
.dropdown-menu .divider { .dropdown-menu .divider {
height: 1px; height: 1px;
margin: 10px 0; margin: 10px 0;
overflow: hidden; /* overflow: hidden; */
background-color: #e5e5e5; background-color: #e5e5e5;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment