UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

325 lines (321 loc) 11.8 kB
@charset "UTF-8"; .wrapperCommonTable table tr .checkbox, .wrapper-common--tbody table tr .checkbox, .wrapper-common--thead table tr .checkbox { background-image: linear-gradient(#e8eaec, #e8eaec); background-repeat: no-repeat; background-size: 100% 1px; background-position: 100% 100%; } .wrapperCommonTable table tr th.thead-th--column, .wrapper-common--tbody table tr th.thead-th--column, .wrapper-common--thead table tr th.thead-th--column { white-space: pre-line; word-break: break-all; padding-left: 5px; padding-right: 5px; } .wrapperCommonTable table tr th.fix--hidden, .wrapper-common--tbody table tr th.fix--hidden, .wrapper-common--thead table tr th.fix--hidden { visibility: hidden; } .wrapperCommonTable table tr td.fix--hidden, .wrapper-common--tbody table tr td.fix--hidden, .wrapper-common--thead table tr td.fix--hidden { visibility: hidden; } .wrapperCommonTable table tr .lion-table-cell-btn .ant-popover-inner-content, .wrapper-common--tbody table tr .lion-table-cell-btn .ant-popover-inner-content, .wrapper-common--thead table tr .lion-table-cell-btn .ant-popover-inner-content { display: flex; flex-direction: column; border-radius: 4px; padding: 6px 8px; } .wrapperCommonTable table tr .lion-table-cell-btn .ant-popover-inner-content > button :hover, .wrapper-common--tbody table tr .lion-table-cell-btn .ant-popover-inner-content > button :hover, .wrapper-common--thead table tr .lion-table-cell-btn .ant-popover-inner-content > button :hover { background: #ebf3ff !important; color: #5b9bfc !important; } .wrapperCommonTable table .lion-cell--fix--left, .wrapper-common--tbody table .lion-cell--fix--left, .wrapper-common--thead table .lion-cell--fix--left { position: sticky; left: 0; z-index: 2; } .wrapperCommonTable table .lion-cell--fix--right, .wrapper-common--tbody table .lion-cell--fix--right, .wrapper-common--thead table .lion-cell--fix--right { position: sticky; right: 0; z-index: 2; } .wrapperCommonTable table .lion-cell--fix--right .lion-cell--fix--right--cell, .wrapper-common--tbody table .lion-cell--fix--right .lion-cell--fix--right--cell, .wrapper-common--thead table .lion-cell--fix--right .lion-cell--fix--right--cell { display: inline-block; overflow: hidden; padding-left: 5px; padding-right: 5px; font-size: 12px; } .wrapperCommonTable table .fix-left-shadow, .wrapper-common--tbody table .fix-left-shadow, .wrapper-common--thead table .fix-left-shadow { box-shadow: 4px 3px 4px 0 rgba(0, 0, 0, 0.12); } .wrapperCommonTable table .fix-right-shadow, .wrapper-common--tbody table .fix-right-shadow, .wrapper-common--thead table .fix-right-shadow { box-shadow: -4px 3px 4px 0 rgba(0, 0, 0, 0.12); } .wrapper-common--thead table { border-collapse: separate; border-spacing: 0; table-layout: fixed; border: 0; color: #606266; font-weight: 600; } .wrapper-common--thead table thead.lion-table-header-thead tr { height: 40px; background-color: #fff !important; } .wrapper-common--thead table thead.lion-table-header-thead tr th.thead-th--column { /* 左侧固定表格表头th样式 */ font-size: 12px; box-sizing: border-box; color: rgba(0, 0, 0, 0.85); padding: 3px 0 !important; text-align: left; background-image: linear-gradient(#e8eaec, #e8eaec); background-repeat: no-repeat; background-size: 100% 1px; background-position: 100% 100%; background-color: inherit; } .wrapper-common--thead table thead.lion-table-header-thead tr th.thead-th--column .thead-th--cell { /* 左侧固定表格表头单元格样式 */ box-sizing: border-box; display: block; white-space: nowrap; /*控制单行显示*/ overflow: hidden; /*超出隐藏*/ text-overflow: ellipsis; /*隐藏的字符用省略号表示*/ word-break: break-all; padding-left: 5px; padding-right: 5px; } .wrapper-common--thead table thead.lion-table-header-thead tr :last-child { border-right: 0; } .wrapper-common--tbody table { border-collapse: separate; border-spacing: 0; table-layout: fixed; border: 0; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide { font-size: 12px; background-color: #eef1f6; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide { padding: 3px 0 !important; background-color: #eef1f6; text-align: left; white-space: nowrap; /*控制单行显示*/ overflow: hidden; /*超出隐藏*/ text-overflow: ellipsis; /*隐藏的字符用省略号表示*/ background-image: linear-gradient(#e8eaec, #e8eaec); background-repeat: no-repeat; background-size: 100% 1px; background-position: 100% 100%; border-bottom: 1px solid #e5e8f1; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell { line-height: 16px; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container { text-align: center; padding: 4px 0px; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container .hide--cell--operation { vertical-align: unset; font-size: 12px; color: #3582fb; display: inline-flex; flex-direction: row; align-items: center; justify-content: center; position: relative; text-decoration: none; outline: none; cursor: pointer; padding: 0; font-weight: 500; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container .hide--cell--action { background: none; border: none; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container .hide--cell--action:hover { background: none; border: none; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .tbody-td--column--cell { box-sizing: border-box; display: block; white-space: nowrap; /*控制单行显示*/ overflow: hidden; /*超出隐藏*/ text-overflow: ellipsis; /*隐藏的字符用省略号表示*/ word-break: break-all; padding-left: 10px; padding-right: 10px; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide span:hover { color: #5d9bfc !important; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.lion-tr--column--hide :last-child { border-right: 0; } .wrapper-common--tbody table tbody.lion-table-body-tbody .tbody-tr--column--gray { background-color: #f6f6f6 !important; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tr--hover { background-color: #f5f7fa !important; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--surface--checkbox { text-align: center !important; width: 50px; line-height: 1; left: 0; background-color: #f6f6f6; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--surface--mainarea { height: 50px; line-height: 1; background-color: inherit; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column { font-size: 13px; box-sizing: border-box; color: #333; padding: 3px 0 !important; text-align: left; white-space: nowrap; /*控制单行显示*/ overflow: hidden; /*超出隐藏*/ text-overflow: ellipsis; /*隐藏的字符用省略号表示*/ background-image: linear-gradient(#e8eaec, #e8eaec); background-repeat: no-repeat; background-size: 100% 1px; background-position: 100% 100%; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .tbody-td--column--surface--hide { display: inline-block; overflow: hidden; padding-left: 5px; padding-right: 5px; font-size: 12px; height: 100%; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .tbody-td--column--cell { box-sizing: border-box; display: block; white-space: nowrap; /*控制单行显示*/ overflow: hidden; /*超出隐藏*/ text-overflow: ellipsis; /*隐藏的字符用省略号表示*/ word-break: break-all; padding-left: 5px; padding-right: 5px; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .tbody-td--column--cell .subordinate--item { width: 20px; display: inline-block; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .cell-action { margin-right: 5px; border-color: transparent; color: #3582fb; background: transparent; font-size: 12px; cursor: pointer; padding: 9px 15px; padding-left: 0; padding-right: 0; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .cell-action-btn { margin-right: 5px; border-color: transparent; color: #3582fb; background: transparent; font-size: 12px; cursor: pointer; padding: 0px; padding-left: 0; padding-right: 0; height: 20px; line-height: 1.5; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--hide--checkbox { left: 0; text-align: center; width: 50px; background: #eef1f6; height: 45px; padding: 0px !important; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common .tbody-td--cell--container { font-size: 12px; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common .tbody-td--cell--container .lion-td--cell--container--label { color: #999; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation { background-color: inherit; line-height: 1; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation .tbody-td--opreation--list { display: flex; align-items: center; justify-content: space-evenly; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation .tbody-td--opreation--list .antd-Button { margin-right: 5px; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation .tbody-td--opreation--list .lion-cell-btn--ellipsis { display: inline-block; cursor: pointer; padding: 0; height: auto; letter-spacing: 2px; font-weight: 800; transform: rotate(90deg); color: #3574ee; border: 0; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common :last-child { border-right: 0; } .wrapper-common--tbody table tbody.lion-table-body-tbody tr.tbody-tr--column--common .checkbox { text-align: center !important; } .wrapper-common--surface--group { display: inline-block; overflow: hidden; margin-right: 15px; font-size: 12px; } .wrapper-common--surface--group .surface-group-container { display: flex; height: 100%; } .wrapper-common--surface--group .surface-group-container .surface-group-item { width: 100%; display: flex; align-items: center; height: 20px; } .wrapper-common--surface--group .surface-group-container .surface-group-item .surface-group-item--label--btn { color: #999; height: 20px; line-height: 1.5; } .wrapper-common--surface--group .surface-group-container .surface-group-item .surface-group-item--label { color: #999; } /*# sourceMappingURL=common.css.map */