UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

268 lines (267 loc) 6.47 kB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /** @format */ @font-face { font-weight: bold; font-family: 'DINAlternate-Bold'; font-style: normal; src: url(https://cdn.dev.mosh.cn/assets/font/din_alternate_bold.ttf) format('truetype'); } .ant-table-pro-form-container .ant-form { margin-bottom: 24px; padding: 16px 16px 8px; background: #fff; border-radius: 4px; } .ant-table-pro .ant-table-empty .ant-table-scroll .ant-table-placeholder { height: 400px; } .ant-table-pro .ant-table-title { display: flex; } .ant-table-pro .ant-table-title .ant-typography { font-size: 16px; line-height: 32px; } .ant-table-pro-row__striped td { background: #fafafa; } .ant-table-pro-settings > * { margin-left: 8px; } .ant-table-pro-settings .anticon { display: inline-block; vertical-align: middle; } .ant-table-pro-settings svg { width: 1.3em; height: 1.3em; } .ant-table-pro-basic-column-setting-coulmn-drag-icon { margin: 0 8px; cursor: move; } .ant-table-pro-basic-column-setting__popover-title { position: relative; display: flex; align-items: center; justify-content: space-between; } .ant-table-pro-basic-column-setting__check-item { display: flex; align-items: center; min-width: 100%; padding: 4px 16px 8px 0; } .ant-table-pro-basic-column-setting__check-item .ant-checkbox-wrapper { width: 100%; } .ant-table-pro-basic-column-setting__check-item .ant-checkbox-wrapper:hover { color: #1890ff; } .ant-table-pro-basic-column-setting__fixed-left, .ant-table-pro-basic-column-setting__fixed-right { color: rgba(0, 0, 0, 0.45); cursor: pointer; } .ant-table-pro-basic-column-setting__fixed-left.active, .ant-table-pro-basic-column-setting__fixed-right.active, .ant-table-pro-basic-column-setting__fixed-left:hover, .ant-table-pro-basic-column-setting__fixed-right:hover { color: #1890ff; } .ant-table-pro-basic-column-setting__fixed-left.disabled, .ant-table-pro-basic-column-setting__fixed-right.disabled { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-table-pro-basic-column-setting__cloumn-list svg { width: 1em !important; height: 1em !important; } .ant-table-pro-basic-column-setting__cloumn-list .ant-popover-inner-content { padding-right: 0; padding-left: 0; } .ant-table-pro-basic-column-setting__cloumn-list .ant-checkbox-group { width: 100%; min-width: 260px; } .ant-table-pro-basic-column-setting__cloumn-list .scrollbar { height: 220px; } .ant-table-pro-editable-cell { position: relative; } .ant-table-pro-editable-cell__wrapper { display: flex; align-items: center; justify-content: center; } .ant-table-pro-editable-cell__wrapper > .ant-select { min-width: calc(100% - 50px); } .ant-table-pro-editable-cell__icon:hover { transform: scale(1.2); } .ant-table-pro-editable-cell__icon:hover svg { color: #1890ff; } .ant-table-pro-editable-cell__normal-icon { position: absolute; top: 4px; right: 0; display: none; width: 20px; cursor: pointer; } .ant-table-pro-editable-cell:hover .w__normal-icon { display: inline-block; } .ant-table-pro-edit-cell-rule-popover .ant-popover-inner-content { padding: 4px 8px; color: #ff4d4f; border-radius: 2px; } .ant-table-pro-header-cell__help { margin-left: 8px; color: rgba(0, 0, 0, 0.65) !important; } .ant-table-pro-header__toolbar { display: flex; flex: 1; align-items: center; justify-content: flex-end; } .ant-table-pro-header__toolbar > * { margin-left: 8px; } .ant-table-pro-img { display: flex; } .ant-table-pro-img .ant-image { margin-right: 4px; cursor: zoom-in; } .ant-table-pro-img .ant-image img { border-radius: 2px; } .ant-table-pro .ant-tag-modal-list-select-box .ant-tag { margin-right: 4px; } .ant-table-pro .ant-tag { margin-right: 0; } .ant-table-pro .ant-table-wrapper { padding: 24px; background: #fff; border-radius: 2px; } .ant-table-pro .ant-table-wrapper .ant-table-pro-title { padding: 0 0 12px 0 !important; } .ant-table-pro .ant-table-wrapper .ant-table.ant-table-bordered .ant-table-title { padding: 12px 0 !important; border: none !important; } .ant-table-pro-cardable .ant-card { width: 100%; } .ant-table-pro-cardable .ant-table-wrapper { padding: 0 !important; } .ant-table-pro--inset .ant-table-wrapper { padding: 0; } .ant-table-pro--drag .ant-table-row { cursor: ns-resize; } .ant-table-pro .ant-pagination { margin: 7px 0 0 0; } .ant-table-pro .ant-table-pro-footer { padding: 0; } .ant-table-pro .ant-table-pro-footer .ant-table-pro-wrapper { padding: 0; } .ant-table-pro .ant-table-pro-footer table { border: none !important; } .ant-table-pro .ant-table-pro-footer .ant-table-pro-body { overflow-x: hidden !important; overflow-y: scroll !important; } .ant-table-pro .ant-table-pro-footer td { padding: 12px 8px; } .ant-table-pro .ant-form-item-control, .ant-table-pro .ant-form-pro .ant-form-pro-item-smscode .ant-form-item-children, .ant-table-pro .ant-form-item-label { line-height: 32px; } .ant-table-pro-action { display: flex; align-items: center; } .ant-table-pro-action.left { justify-content: flex-start; } .ant-table-pro-action.left button:first-child { padding-left: 0 !important; } .ant-table-pro-action.center { justify-content: center; } .ant-table-pro-action.right { justify-content: flex-end; } .ant-table-pro-action button { display: flex; align-items: center; } .ant-table-pro-action button span { margin-left: 0 !important; } .ant-table-pro-action button span.anticon { margin-right: 4px !important; } .ant-table-pro-action .ant-divider, .ant-table-pro-action .ant-divider-vertical { margin: 0 2px; } .ant-table-pro-action .icon-more { transform: rotate(90deg); } .ant-table-pro-action .icon-more svg { font-weight: 700; font-size: 1.1em; } .ant-table-pro-card { display: flex; } .ant-table-pro-card .ant-image { flex-shrink: 0; } .ant-table-pro-card-core { width: calc(100% - 88px); padding-left: 8px; display: flex; flex-flow: column; justify-content: space-between; } .ant-table-pro-card-text { height: 22px; line-height: 22px; } .ant-table-pro-card-title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; } .ant-table-pro-card-title .ant-tag { margin-left: 4px !important; }