Commit d37f4196 authored by 仇晓婷's avatar 仇晓婷

菜单透明度

parent f898b556
...@@ -461,7 +461,7 @@ export default { ...@@ -461,7 +461,7 @@ export default {
} }
} }
.top_menu_box { .top_menu_box {
padding: 13px 20px 19px 0; padding: 13px 15px 19px 0;
display: none; display: none;
border-radius: 5px; border-radius: 5px;
position: absolute; position: absolute;
...@@ -477,6 +477,7 @@ export default { ...@@ -477,6 +477,7 @@ export default {
.t_table_box { .t_table_box {
border-collapse: collapse; border-collapse: collapse;
border-radius: 5px; border-radius: 5px;
background-color: rgba(255, 255, 255, 0.1);
tr:first-of-type { tr:first-of-type {
border-top-right-radius: 5px; border-top-right-radius: 5px;
td:first-of-type { td:first-of-type {
......
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