@charset "UTF-8";
/** 零件左侧列表 */
.em-table-tbody tr .cell { display: block; }

.em-part-left-tbody .em-tips td { color: rgba(0, 0, 0, 0.5); }
.em-part-left-tbody .em-tips:hover { background-color: rgba(0, 0, 0, 0.1) !important; }
.em-part-left-tbody .em-input-color td { color: #ff382d; }
.em-part-left-tbody .em-all-update-color td, .em-part-left-tbody .em-update-color td { color: #FF7F24; }
.em-part-left-tbody .em-abnormal-color td { color: #FF4040; }
.em-part-left-tbody .em-active td { color: #fff; }
.em-part-left-tbody .em-active:hover { background-color: #303030 !important; }

.em-part-right-tbody .em-part-unes td, .em-part-right-tbody .em-part-waste td { color: #FF7F24; }
.em-part-right-tbody .em-part-end td { color: #009f95; }
.em-part-right-tbody .em-part-modfiy td { color: #FF4040; }

.em-layer-editor .layui-layer-btn a { min-width: 140px; background-color: #303030; border: none; }

.order-add-import-box { height: 350px; padding: 5px 30px; }
.order-add-import-box .alert-text { padding: 5px 0; }
.order-add-import-box .alert-text .down-template { padding: 5px 15px; font-size: 13px; color: #fff; background: var(--active-color); margin-left: 10px; border-radius: 4px; cursor: pointer; transition: .3s ease; }
.order-add-import-box .alert-text .down-template:hover { opacity: .8; }
.order-add-import-box .order-add-editor { border: 1px solid #eee; border-radius: 4px; height: 320px; width: 100%; line-height: 25px; padding: 5px 15px; overflow-y: auto; }

.em-export { background-color: #3e62e2; border-color: #3e62e2; }

.table-search-box { padding: 8px 10px; display: flex; flex-direction: column; height: 100%; }
.table-search-box .table-search { height: 50px; background: #fff; border-radius: 4px; padding: 0 10px; margin-bottom: 8px; }
.table-search-box .table-search .el-input { width: 200px; margin-right: 15px; }
.table-search-box .table-search .el-input .el-input__inner { background: none; border-radius: 0; }
.table-search-box .table-search .el-button { width: 120px; background: #595959; color: #fff; border: none; }
.table-search-box .table-search .el-button.down { background: var(--export-color); }
.table-search-box .table-search .el-button.add { background: var(--add-color); }
.table-search-box .table-search .el-button.import { background: var(--import-color); }
.table-search-box .table-search .el-button:hover { opacity: .8; }

.table-list { background-color: #fff; flex: 1; border-radius: 4px; overflow: hidden; }
.table-list .el-table th { font-size: 13px; padding: 5px 0; }
.table-list .el-table td { font-size: 14px; padding: 5px 0; color: #333; }
.table-list .el-table .el-table__expand-icon i { font-size: 20px; vertical-align: middle; color: #ff0000; }
.table-list .el-table .table-btn { padding: 8px 15px; border: none; color: #fff; font-weight: 400; }
.table-list .el-table .table-btn.add { background: var(--add-color); }
.table-list .el-table .table-btn.edit { background: var(--edit-color); }
.table-list .el-table .table-btn.del { background: var(--del-color); }
.table-list .el-table .table-btn.print { background: var(--print-color); }
.table-list .el-table .table-btn:hover { opacity: .8; }
.table-list .el-table .qrcode-image { width: 80px; height: 80px; }

/*# sourceMappingURL=tablelist.css.map */
