|
|
@@ -251,6 +251,7 @@
|
|
|
}
|
|
|
.search-check .batch-operate .operate-head .check-active {
|
|
|
font-weight: normal;
|
|
|
+ height: 40px;
|
|
|
}
|
|
|
.search-check .batch-operate .operate-content {
|
|
|
height: 70px;
|
|
|
@@ -258,10 +259,10 @@
|
|
|
}
|
|
|
.search-check .batch-operate .operate-content > div {
|
|
|
display: inline-block;
|
|
|
- float: left;
|
|
|
}
|
|
|
.search-check .batch-operate .operate-content > div:first-child {
|
|
|
- margin-right: 50px;
|
|
|
+ margin-right: 111px;
|
|
|
+ margin-left: 28px;
|
|
|
}
|
|
|
.search-check .batch-operate .operate-content > div p {
|
|
|
font-weight: bold;
|
|
|
@@ -293,10 +294,32 @@
|
|
|
}
|
|
|
.search-check .batch-operate .operate-content .batch-sale input {
|
|
|
width: 42px;
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .search-check .batch-operate .operate-content .batch-sale div .com-btn-submit {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .search-check .batch-operate .operate-content .batch-sale > div {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .search-check .batch-operate .operate-content .batch-sale div i {
|
|
|
+ position: absolute;
|
|
|
+ left: 216px;
|
|
|
+ top: 2px;
|
|
|
}
|
|
|
.search-check .batch-operate .operate-content .batch-date input {
|
|
|
width: 56px;
|
|
|
}
|
|
|
+ /*.search-check .batch-operate .operate-content .batch-sale > div > input::-webkit-outer-spin-button,
|
|
|
+ .search-check .batch-operate .operate-content .batch-sale > div > input::-webkit-inner-spin-button {
|
|
|
+ -webkit-appearance: revert !important;
|
|
|
+ margin: unset !important;
|
|
|
+ opacity: 1 !important;
|
|
|
+ height: auto !important;
|
|
|
+ }*/
|
|
|
+ /*.search-check .batch-operate .operate-content .batch-sale input {
|
|
|
+ -webkit-appearance: textfield !important;
|
|
|
+ }*/
|
|
|
.check-input input{
|
|
|
display: none;
|
|
|
}
|
|
|
@@ -1615,7 +1638,10 @@
|
|
|
<div class="operate-content">
|
|
|
<div class="batch-sale">
|
|
|
<p><span class="batch-price-title">批量设置销售价:</span><em>1</em><span class="batch-progress"><i style="left: {{uasBatchPutOnProperty.editFluctuateRate ? uasBatchPutOnProperty.editFluctuateRate > 200 ? '100%' : uasBatchPutOnProperty.editFluctuateRate / 2 + '%' : 0}}"></i></span><em>200</em></p>
|
|
|
- <div><span>销售价 = 近一个月的平均销售价 X </span><input type="number" ng-model="uasBatchPutOnProperty.editFluctuateRate" ng-change="onSalePriceChange()"> %
|
|
|
+ <div>
|
|
|
+ <span>销售价 = 近一个月的平均销售价 X </span>
|
|
|
+ <input type="number" ng-model="uasBatchPutOnProperty.editFluctuateRate" ng-change="onSalePriceChange()">
|
|
|
+ <i>%</i>
|
|
|
<span class="com-btn-level2 com-btn-submit" ng-click="setSalePrice(100)">100%</span>
|
|
|
<span class="com-btn-level2 com-btn-submit" ng-click="setSalePrice(120)">120%</span>
|
|
|
<span class="com-btn-level2 com-btn-submit" ng-click="setSalePrice(130)">130%</span>
|