.overflow-table { overflow-y: auto !important; }

.reset-td-btn { cursor: pointer; font-size: 14px !important; color: #fff; }

.detail-td-item { border-radius: 20px; background: var(--theme-color); font-size: 12px !important; color: #fff; cursor: pointer; }
.detail-td-item.upload-item { background: var(--edit-color); }

.table-cell-image img { height: 50px; width: auto; }
.table-cell-image img + img { margin-left: 10px; }

.state-item { border-radius: 4px; }
.state-item span { font-size: 12px !important; }
.state-item.show-item { cursor: pointer; color: #4d4bff; }

.table-more-bg-edit { background-color: #5FB878; color: #16266d; }
.table-more-bg-edit i { margin-left: 5px; }

.table-draw-btn { padding: 5px 15px; border-radius: 4px; color: #333; font-size: 12px; background-color: #e2aa47; cursor: pointer; }
.table-draw-btn.desing-draw { background-color: var(--active-color); }

.table-drawer { left: initial; width: 200px; z-index: 100; top: var(--header-height); }
.table-drawer .el-drawer__header { margin-bottom: 20px; background: #fff; }
.table-drawer .el-drawer__header .drawer-title { font-size: 16px; color: #333; }
.table-drawer .el-drawer__header .drawer-title strong { font-size: 18px; color: var(--active-color); }
.table-drawer .el-drawer__body { background: #e0dede; }
.table-drawer .el-drawer__body .drawer-content { padding: 20px 0; }
.table-drawer .el-drawer__body .drawer-content .top-message { padding: 0 5px 20px 5px; color: var(--active-color); font-size: 12px; }
.table-drawer .el-drawer__body .drawer-content .fun-btn { width: 100%; padding: 0 20px; margin-bottom: 20px; }
.table-drawer .el-drawer__body .drawer-content .fun-btn .el-button { width: 100%; }
.table-drawer .el-drawer__body .drawer-content .fun-btn .fun-tip-text { width: 100%; position: relative; padding: 8px 10px; margin-bottom: 10px; border-radius: 2px; color: var(--vice-color); background: var(--tips-bg); overflow: hidden; font-size: 12px; }
.table-drawer .el-drawer__body .drawer-content .fun-btn .fun-tip-text:before { content: ""; position: absolute; left: 0; top: 0; width: 3px; bottom: 0; background: #ffa166; }

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