|
@@ -622,8 +622,10 @@
|
|
|
处方总金额:<span id="sendTotalAmount" style="color: red;">0.00</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table id="tb_table_right"
|
|
|
- style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;"></table>
|
|
|
+ <div style="max-height: 300px; min-height: 300px; overflow-y: auto; border: 1px solid #ddd;">
|
|
|
+ <table id="tb_table_right"
|
|
|
+ style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;"></table>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|