UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

17 lines (16 loc) 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RightSubordinateTr = void 0; var tslib_1 = require("tslib"); var react_1 = (0, tslib_1.__importDefault)(require("react")); var index_1 = require("../../generic/index"); var RightSubordinateTr = function (_a) { var colSpan = _a.colSpan, operations = _a.operations, source = _a.source, subordinateElevae = _a.subordinateElevae; return (react_1.default.createElement("tr", { className: "tbody-tr--column--common tbody-tr--column--white", style: { height: subordinateElevae } }, react_1.default.createElement("td", { className: "tbody-td--column", colSpan: colSpan - 1 }), react_1.default.createElement(index_1.GenericOperationContainer, { source: source, buttons: operations === null || operations === void 0 ? void 0 : operations.buttons, seat: "right", limitNum: operations === null || operations === void 0 ? void 0 : operations.num }))); }; exports.RightSubordinateTr = RightSubordinateTr; //# sourceMappingURL=./renderers/Lion/Table/LionTable/assembly/table/rightArea/rightSubordinateTr.js.map