micro-ui-y
Version:
151 lines (141 loc) • 3.41 kB
JavaScript
;
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: "1.5625rem"
},
tableBox: {
width: "100%",
height: "100%",
position: "relative"
},
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%"
},
tbodyTr1: {
height: "2.5rem",
textAlign: "center",
color: "#000",
// borderBottom: "#eee solid 0.08rem",
display: "flex",
alignItems: "center",
justifyContent: "center",
background: "#fff",
fontSize: '0.875rem'
},
tbodyTr2: {
height: "2.5rem",
textAlign: "center",
color: "#000",
// borderBottom: "#eee solid 0.08rem",
display: "flex",
alignItems: "center",
justifyContent: "center",
background: "#f2f2f2",
fontSize: '0.875rem'
},
pageBox: {
padding: '1rem 0 5rem 0'
},
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"
},
sequenceSvg: {
display: "flex",
flexDirection: "column",
width: "1rem"
},
mdAction: {
boxSizing: "border-box",
width: "100%",
textAlign: "right",
marginTop: "0",
marginBottom: "0.375rem",
display: "flex",
justifyContent: "flex-start"
},
spanBtn: {
marginRight: "0.625rem"
},
sequenceItem: {
display: "flex",
justifyContent: "center",
alignItems: "center"
}
};
exports.styleObj = styleObj;
//# sourceMappingURL=styles.js.map