UNPKG

micro-ui-y

Version:

201 lines (188 loc) 4.56 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styleObj = undefined; var _react = require("react"); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var styleObj = { table: { width: "70rem", border: "0.08rem solid #eee", borderRadius: "0.5rem", padding: "1rem" }, tableBox: { width: "100%", overflow: "scroll", position: 'relative' // top: '-2.55rem', }, "tb-thead-1": { zIndex: '9', borderCollapse: 'collapse', position: "absolute" }, "tb-thead-2": { borderCollapse: 'collapse', position: 'sticky', zIndex: 8, top: "0rem" }, "tb-body-1": { left: '0rem', float: 'left', position: 'sticky', zIndex: 7, borderCollapse: 'collapse' }, "tb-body-2": { position: 'absolute', borderCollapse: 'collapse' }, tableBoxHead: { width: "100%" }, tableCont: { // overflowY: "hidden", // overflowX: "scroll" }, lockingBox: { background: "#fff", // position: "absolute", zIndex: "10" }, thead: { display: "block", width: "100%" }, lockTheadTr: { height: "2.5rem", textAlign: "center", color: "#666666", borderBottom: "#eee solid 0.08rem", display: "flex", justifyContent: "center", alignItems: "center", borderRight: "#eee solid 0.08rem", background: "#edf6ff", fontSize: '0.875rem' }, theadTr: { height: "2.5rem", textAlign: "center", color: "#666666", borderBottom: "#eee solid 0.08rem", display: "flex", justifyContent: "center", alignItems: "center", background: "#edf6ff", fontSize: '0.875rem' }, locktbody: { // background:"red", display: "block", width: "100%", borderRight: "0.08rem solid rgb(227, 227, 227)" }, tbody: { display: "block", width: "100%" }, tbodyTr2: { textAlign: "center", color: "#000", // borderBottom: "#eee solid 0.08rem", display: "flex", alignItems: "center", justifyContent: "center", background: "#fff", fontSize: '0.75rem', borderBottom: '#dfdfdf solid 0.0625rem', boxSizing: "border-box" }, tbodyTr1: { textAlign: "center", color: "#000", // borderBottom: "#eee solid 0.08rem", display: "flex", alignItems: "center", justifyContent: "center", background: "#f2f2f2", fontSize: '0.75rem' }, tbodyTr0: { textAlign: "center", color: "#000", // borderBottom: "#eee solid 0.08rem", display: "flex", alignItems: "center", justifyContent: "center", background: "#fff", fontSize: '0.75rem' }, pageBox: { position: "relative", top: "-1rem" }, emptyBox: { height: "15rem" }, loadBox: { textAlign: "center", display: "block", position: "absolute", width: "100%", height: "15rem" }, loading: { position: "relative", height: "100%" }, emptyText: { width: "100%", height: "100%", display: "flex", alignItems: "center", justifyContent: "center" }, checkBox: { marginLeft: "1rem", marginTop: "0.375rem", width: "1rem" }, sequenceSvg: { display: "flex", flexDirection: "column", width: "1rem", marginLeft: "0.5rem" }, mdAction: { boxSizing: "border-box", width: "100%", textAlign: "right", marginTop: "0", marginBottom: "0.375rem", display: "flex", justifyContent: "flex-start" }, spanBtn: { marginRight: "0.625rem", height: "2.25rem", padding: "0 1rem", display: "flex", alignItems: "center", background: "#059a05", color: "#fff", borderRadius: "0.2rem", cursor: "pointer" }, sequenceItem: { display: "flex", justifyContent: "center", alignItems: "center" } }; exports.styleObj = styleObj; //# sourceMappingURL=styles.js.map