|
|
@@ -1062,31 +1062,31 @@
|
|
|
.down-word ul li span:nth-child(2){width:20%;}
|
|
|
.down-word ul li span:nth-child(3){width: 30%;}
|
|
|
.down-word ul li span:nth-child(4){width:25%;}
|
|
|
- .wanted_list .logistics-info{
|
|
|
+ .wanted_list .wanted-tab .logistics-info{
|
|
|
text-align: left;
|
|
|
padding-left:20px;
|
|
|
}
|
|
|
- .wanted_list .logistics-info > span{
|
|
|
+ .wanted_list .wanted-tab .logistics-info > span{
|
|
|
text-align: left;
|
|
|
margin-right:10px;
|
|
|
width:auto;
|
|
|
text-overflow: unset;
|
|
|
display:inline-block;
|
|
|
+ overflow: visible;
|
|
|
}
|
|
|
- .wanted_list .logistics-info span.input-ul {
|
|
|
+ .wanted_list .wanted-tab .logistics-info span.input-ul {
|
|
|
position:relative;
|
|
|
display:inline-block;
|
|
|
width: 170px;
|
|
|
}
|
|
|
|
|
|
- .wanted_list .logistics-info span.input-ul input {
|
|
|
+ .wanted_list .wanted-tab .logistics-info span.input-ul input {
|
|
|
vertical-align: middle;
|
|
|
width: 170px;
|
|
|
- margin-top: -1px;
|
|
|
height: 28px;
|
|
|
}
|
|
|
|
|
|
- .wanted_list .logistics-info span.input-ul>div {
|
|
|
+ .wanted_list .wanted-tab .logistics-info span.input-ul>div {
|
|
|
position: absolute;
|
|
|
top:99%;
|
|
|
left:0;
|
|
|
@@ -1094,7 +1094,7 @@
|
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
|
|
}
|
|
|
|
|
|
- .wanted_list .logistics-info span.input-ul>div>a {
|
|
|
+ .wanted_list .wanted-tab .logistics-info span.input-ul>div>a {
|
|
|
width: 170px;
|
|
|
background: #e8e8e8;
|
|
|
color: #666 !important;
|
|
|
@@ -1102,7 +1102,7 @@
|
|
|
padding: 0 10px;
|
|
|
line-height: 40px;
|
|
|
}
|
|
|
- .wanted_list .logistics-info .input-ul .dropdown-menu {
|
|
|
+ .wanted_list .wanted-tab .logistics-info .input-ul .dropdown-menu {
|
|
|
position: unset;
|
|
|
float: none;
|
|
|
line-height: 23px;
|
|
|
@@ -1398,7 +1398,7 @@
|
|
|
<a ng-click="addDistributor()">+ 新增配送商</a>
|
|
|
</div>
|
|
|
</span>
|
|
|
- <span style="width: 10%;"> 物流单号 : </span>
|
|
|
+ <span>物流单号 : </span>
|
|
|
<span style="margin-right: 20px; width: 160px;">
|
|
|
<form name="myForm" style="display:inline-block;width:140px;">
|
|
|
<!--ng-pattern="/^[A-Za-z0-9]+$/"-->
|