yhui-yuanhuan
Version:
A Component Library for Vue 3 based on element-plus
1 lines • 2.54 kB
CSS
.yh-table .yh-table-container{display:flex;flex-direction:column;height:100%}.yh-table .yh-table-container .el-table .el-table__cell,.yh-table .yh-table-container .el-table .el-table__cell.is-center{text-align:center}.yh-table .yh-table-container .el-table .el-table__cell.is-left{text-align:left}.yh-table .yh-table-container .el-table .el-table__cell.is-right{text-align:right}.yh-table .yh-table-container .el-overlay-dialog{overflow:hidden}.yh-table .yh-table-container .item-actions :deep(.ElButton){margin:0}.yh-table .yh-table-container .item-actions :deep(.ElButton.action-delete){color:var(--red)}.yh-table .yh-table-container .item-actions :deep(.ElButton.action-delete):not(.is-disabled):hover{color:var(--redActive)}.yh-table .yh-table-container .actions-more :deep(.ElDropdownMenu__item){color:var(--cusColor)}.yh-table .yh-table-container .actions-more :deep(.ElDropdownMenu__item):not(.is-disabled):focus{color:var(--cusColorActive)}.yh-table .yh-table-container .actions-more :deep(.ElDropdownMenu__item.action-delete){color:var(--red)}.yh-table .yh-table-container .actions-more :deep(.ElDropdownMenu__item.action-delete):not(.is-disabled):focus{background-color:var(--redBg);color:var(--redActive)}.yh-table .yh-table-container .item-actions{align-items:center;display:flex;justify-content:center}.yh-table .yh-table-container .page{display:flex;justify-content:flex-end;padding:10px 0}.yh-table .yh-table-container .search-form{display:flex;flex-wrap:wrap}.yh-table .yh-table-container .search-buttons{flex-wrap:nowrap;margin-right:12px;padding:0 0 18px}.yh-table .yh-table-container .actions-bar{display:flex;justify-content:flex-end;margin-bottom:10px}.yh-table .yh-table-container .actions-bar>*{margin-left:10px}.yh-table .table{min-height:40px}.yh-table .table>.setting{position:relative}.yh-table .table>.setting .setting-button{opacity:0;position:absolute;right:5px;top:5px;transition:opacity .3s;z-index:10}.yh-table .table>.setting .setting-popover{opacity:0;transition:opacity .3s}.yh-table .table:hover .setting-button,.yh-table .table>.setting.popover-visible .setting-button{opacity:.7}.yh-table-setting-tree{max-height:50vh;overflow-y:auto}.yh-table-setting-tree .el-tree-node__content{cursor:move}.yh-table-setting-tree .el-icon.el-tree-node__expand-icon{display:none}.yh-table-setting-tree .yh-drag{align-items:center;cursor:grab;display:flex}.yh-table-setting-tree .yh-drag.disabled{cursor:not-allowed}.yh-table-setting-tree .yh-drag>*{margin-left:10px}.yh-table-setting-tree .yh-check{cursor:pointer}