@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
22 lines • 1.71 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var ForgetPasswordComponent = /** @class */ (function () {
function ForgetPasswordComponent() {
}
ForgetPasswordComponent.prototype.ngOnInit = function () { };
ForgetPasswordComponent.decorators = [
{ type: core_1.Component, args: [{
selector: 'zx-forget-password',
template: "<div style=\"background: #eee\"><zx-header></zx-header><div class=\"main\"><zx-content-block><ng-template #content><h2 style=\"margin: 0 5px;\">\u627E\u56DE\u5BC6\u7801</h2><div class=\"br\"></div><div nz-row><div nz-col><nz-tabset><nz-tab><ng-template #nzTabHeading>\u4F01\u4E1A\u8D26\u53F7</ng-template><zx-company></zx-company></nz-tab><nz-tab><ng-template #nzTabHeading>\u4E2A\u4EBA\u8D26\u53F7</ng-template><zx-personal></zx-personal></nz-tab></nz-tabset></div></div></ng-template></zx-content-block></div></div>",
styles: [
"\n :host .br {\n height: 1px;\n width: 100%;\n margin: 30px 0;\n border-top: 1px dashed #ddd;\n }\n :host zx-content-block{\n margin: 0 !important;\n min-height: calc(100vh - 112px);\n }\n :host .main{\n padding:20px;\n }\n "
]
},] },
];
/** @nocollapse */
ForgetPasswordComponent.ctorParameters = function () { return []; };
return ForgetPasswordComponent;
}());
exports.ForgetPasswordComponent = ForgetPasswordComponent;
//# sourceMappingURL=forget-password.component.js.map