ecp-ui-lib
Version:
29 lines • 3.98 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
import { Component } from '@angular/core';
var SeachModuleComponent = /** @class */ (function () {
function SeachModuleComponent() {
}
/**
* @return {?}
*/
SeachModuleComponent.prototype.ngOnInit = /**
* @return {?}
*/
function () {
};
SeachModuleComponent.decorators = [
{ type: Component, args: [{
selector: 'ecp-seach-module',
template: "<ng-content></ng-content>\r\n<!--\r\n\r\n<form nz-form>\r\n <div nz-row nzType=\"flex\" class=\"seach-form\">\r\n <div nz-col nzXs=\"24\" nzMd=\"12\" nzLg=\"6\" >\r\n <div class=\"item\">\r\n <div class=\"title\">\u4F20\u611F\u5668\u7F16\u53F7</div>\r\n <div class=\"content\"><input nz-input type=\"text\" name=\"sensorCode1\"></div>\r\n </div>\r\n </div>\r\n <div nz-col nzXs=\"24\" nzMd=\"12\" nzLg=\"6\" >\r\n <div class=\"item\">\r\n <div class=\"title\">\u4F20\u611F\u5668\u7C7B\u578B</div>\r\n <div class=\"content\"><input nz-input type=\"text\" name=\"sensorCode2\"></div>\r\n </div>\r\n </div>\r\n <div nz-col nzXs=\"24\" nzMd=\"12\" nzLg=\"6\" >\r\n <div class=\"item\">\r\n <div class=\"title\">\u5F00\u59CB\u65F6\u95F4</div>\r\n <div class=\"content\"><input nz-input type=\"text\" name=\"sensorCode3\"></div>\r\n </div>\r\n </div>\r\n <div nz-col nzXs=\"24\" nzMd=\"12\" nzLg=\"6\" >\r\n <div class=\"item\">\r\n <div class=\"title\">\u7ED3\u675F\u65F6\u95F4</div>\r\n <div class=\"content\"><input nz-input type=\"text\" name=\"sensorCode4\"></div>\r\n </div>\r\n </div>\r\n <div nz-col nzXs=\"24\" nzMd=\"12\" nzLg=\"6\" >\r\n <div class=\"item\">\r\n <div class=\"title\"></div>\r\n <div class=\"content\">\r\n <button nz-button style=\"margin-right: 8px;\">\u91CD\u7F6E</button>\r\n <button nz-button [nzType]=\"'primary'\" style=\"margin-right: 8px;\">\u67E5\u8BE2</button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n-->\r\n",
styles: [":host>>>.seach-form{background:#fff;padding:16px 0 10px;border-bottom:1px solid #d4d4d4}:host>>>.seach-form .item{min-height:32px;padding:0 3%;margin-bottom:10px}:host>>>.seach-form .item>.title{width:35%;padding:5px 10px 0;text-align:right;float:left}:host>>>.seach-form .item>.content{width:55%;text-align:left;float:left}:host>>>.ant-btn-primary{color:#fff;background-color:#1e5bd6;border-color:#1e5bd6;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.035)}"]
}] }
];
/** @nocollapse */
SeachModuleComponent.ctorParameters = function () { return []; };
return SeachModuleComponent;
}());
export { SeachModuleComponent };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhY2gtbW9kdWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2VjcC11aS1saWIvIiwic291cmNlcyI6WyJsaWIvc2VhY2gtbW9kdWxlL3NlYWNoLW1vZHVsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFbEQ7SUFPRTtJQUFnQixDQUFDOzs7O0lBRWpCLHVDQUFROzs7SUFBUjtJQUNBLENBQUM7O2dCQVZGLFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsa0JBQWtCO29CQUM1Qix5bkRBQTRDOztpQkFFN0M7Ozs7SUFRRCwyQkFBQztDQUFBLEFBWkQsSUFZQztTQVBZLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2VjcC1zZWFjaC1tb2R1bGUnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWFjaC1tb2R1bGUuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3NlYWNoLW1vZHVsZS5jb21wb25lbnQuY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIFNlYWNoTW9kdWxlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=