Commit 2ce7caea authored by zhengke's avatar zhengke

修改显示

parent 5a3c76d6
...@@ -180,12 +180,12 @@ ...@@ -180,12 +180,12 @@
border: 1px solid #d1d1d1; border: 1px solid #d1d1d1;
} }
._TravelPriceDetails .jiDiv{ ._TravelPricePopover .jiDiv{
width:800px; width:800px;
max-height:400px; max-height:400px;
overflow: auto; overflow: auto;
} }
._TravelPriceDetails table { ._TravelPricePopover table {
padding: 10px 0 0 20px; padding: 10px 0 0 20px;
background-color: #ededed; background-color: #ededed;
border-collapse: collapse; border-collapse: collapse;
...@@ -195,13 +195,13 @@ ...@@ -195,13 +195,13 @@
width: 100%; width: 100%;
} }
._TravelPriceDetails table ._color_666 { ._TravelPricePopover table ._color_666 {
background-color: #ededed; background-color: #ededed;
color: #666666; color: #666666;
padding: 5px; padding: 5px;
} }
._TravelPriceDetails table td { ._TravelPricePopover table td {
background-color: #ffffff; background-color: #ffffff;
padding: 9px 0; padding: 9px 0;
color: #333333; color: #333333;
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
border: 1px solid #d2d2d2; border: 1px solid #d2d2d2;
} }
._TravelPriceDetails table td._d_name { ._TravelPricePopover table td._d_name {
background-color: #ededed; background-color: #ededed;
} }
...@@ -664,7 +664,7 @@ ...@@ -664,7 +664,7 @@
<span class="TPsecondTitle">机票绑定</span> <span class="TPsecondTitle">机票绑定</span>
</div> </div>
<div class="TPright clearfix"> <div class="TPright clearfix">
<el-popover popper-class="_TravelPriceDetails" trigger="click"> <el-popover popper-class="_TravelPricePopover" trigger="click">
<div> <div>
<div style="margin-bottom:20px;"> <div style="margin-bottom:20px;">
开始日期 开始日期
......
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