enoad-component-web
Version:
针对web端的控件
11 lines (10 loc) • 1.17 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputLight = void 0;
var tslib_1 = require("tslib");
var styled_components_1 = (0, tslib_1.__importDefault)(require("styled-components"));
exports.InputLight = styled_components_1.default.input.attrs({
height: "40px",
})(templateObject_1 || (templateObject_1 = (0, tslib_1.__makeTemplateObject)(["\n position: relative;\n margin: 0;\n padding: 0;\n width: 100%;\n height: ", ";\n line-height: ", ";\n border: 1px solid #f0f0f0;\n text-align: center;\n border: none;\n margin-bottom: 4px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n :hover{\n border: 1px solid #2b2b2b;\n }\n"], ["\n position: relative;\n margin: 0;\n padding: 0;\n width: 100%;\n height: ", ";\n line-height: ", ";\n border: 1px solid #f0f0f0;\n text-align: center;\n border: none;\n margin-bottom: 4px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n :hover{\n border: 1px solid #2b2b2b;\n }\n"])), function (props) { return props.height; }, function (props) { return props.height; });
var templateObject_1;
//# sourceMappingURL=./components/EnoadTextInput/styled.js.map