|
|
@ -1330,9 +1330,9 @@ export default { |
|
|
.stock-modal { background: white; border-radius: 12px; width: 100%; max-width: 800px; max-height: 80vh; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); overflow: hidden; display: flex; flex-direction: column; } |
|
|
.stock-modal { background: white; border-radius: 12px; width: 100%; max-width: 800px; max-height: 80vh; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); overflow: hidden; display: flex; flex-direction: column; } |
|
|
.stock-modal .modal-header { background: #17B3A3; color: white; padding: 5px 16px; display: flex; justify-content: space-between; align-items: center; min-height: 28px; } |
|
|
.stock-modal .modal-header { background: #17B3A3; color: white; padding: 5px 16px; display: flex; justify-content: space-between; align-items: center; min-height: 28px; } |
|
|
.stock-modal .modal-body { flex: 1; overflow: auto; padding: 0; } |
|
|
.stock-modal .modal-body { flex: 1; overflow: auto; padding: 0; } |
|
|
.stock-table { width: 100%; } |
|
|
|
|
|
|
|
|
.stock-table { min-width: 500px; width: max-content; } |
|
|
.stock-table .table-header { display: flex; background: #f8f9fa; padding: 10px 6px; border-bottom: 2px solid #17B3A3; font-size: 12px; color: #333; font-weight: 600; position: sticky; top: 0; z-index: 1; } |
|
|
.stock-table .table-header { display: flex; background: #f8f9fa; padding: 10px 6px; border-bottom: 2px solid #17B3A3; font-size: 12px; color: #333; font-weight: 600; position: sticky; top: 0; z-index: 1; } |
|
|
.stock-table .table-body { max-height: 400px; overflow-y: auto; } |
|
|
|
|
|
|
|
|
.stock-table .table-body { /* 垂直滚动由modal-body处理 */ } |
|
|
.stock-table .table-row { display: flex; padding: 10px 6px; border-bottom: 1px solid #f0f0f0; font-size: 12px; color: #333; } |
|
|
.stock-table .table-row { display: flex; padding: 10px 6px; border-bottom: 1px solid #f0f0f0; font-size: 12px; color: #333; } |
|
|
.stock-table .table-row:hover { background-color: #f8f9fa; } |
|
|
.stock-table .table-row:hover { background-color: #f8f9fa; } |
|
|
.stock-table .col-roll-no { flex: 1.5; text-align: center; min-width: 100px; font-size: 12px; } |
|
|
.stock-table .col-roll-no { flex: 1.5; text-align: center; min-width: 100px; font-size: 12px; } |
|
|
|