Commit 1553bea0 by guanzhenshan

1

parent cbfa01b8
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
<div style="width:11.5%;" class="not_fba_inventory_amount">0</div> <div style="width:11.5%;" class="not_fba_inventory_amount">0</div>
<div style="width:11.5%;" class="not_fba_inventory_amount">0</div> <div style="width:11.5%;" class="not_fba_inventory_amount">0</div>
<div style="width:11.5%;"> <div style="width:11.5%;">
<input id="inventory_amount" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" /> <input id="not_fba_inventory_amount" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div> </div>
<div style="width:8%;"></div> <div style="width:8%;"></div>
</div> </div>
...@@ -1440,7 +1440,7 @@ ...@@ -1440,7 +1440,7 @@
$(this).css('color', '#fff'); $(this).css('color', '#fff');
} }
else if (obj["ismark"] == 2) { else if (obj["ismark"] == 2) {
$(this).css('background', '#87CEFA'); $(this).css('background', '#0299A4');
$(this).css('color', '#fff'); $(this).css('color', '#fff');
} }
else { else {
......
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