src/app/routes/platform-setting/add-detail/add-detail.component.html | ●●●●● patch | view | raw | blame | history | |
src/app/routes/platform-setting/module-setting/module-setting.component.html | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-a.scss | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-b.scss | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-c.scss | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-d.scss | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-e.scss | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-f.scss | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-g.scss | ●●●●● patch | view | raw | blame | history | |
src/app/shared/styles/themes/theme-h.scss | ●●●●● patch | view | raw | blame | history |
src/app/routes/platform-setting/add-detail/add-detail.component.html
@@ -23,8 +23,8 @@ <!-- end --> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" (click)="confirm()">{{singleButton.confirmButton | translate}}</button> <button type="button" class="btn btn-default" (click)="close()">{{singleButton.concelButton | translate}}</button> <button type="button" class="mol_but but_hover" (click)="confirm()">{{singleButton.confirmButton | translate}}</button> <!-- <button type="button" class="btn btn-default" (click)="close()">{{singleButton.concelButton | translate}}</button> --> </div> </div> </div> src/app/routes/platform-setting/module-setting/module-setting.component.html
@@ -1,13 +1,13 @@ <div class="content-heading">{{title | translate}}</div> <div class="load" *ngIf="spinner1"> <span> <i class="fa fa-spinner fa-spin"></i> </span> </div> <div class="module-setting-contact"> <div class="panel panel-default"> <div class="panel-body"> <div class="row under-line position"> <div class="load" *ngIf="spinner1"> <span> <i class="fa fa-spinner fa-spin"></i> </span> </div> <div class="col-lg-7"> @@ -26,14 +26,14 @@ <div class="col-lg-3 add-module-btn"> <button class="but_block but_block_hover" type="button" (click)="addTemplate()" title="{{singleButton.addModule | translate}}">{{singleButton.addModule | translate}}</button> <button class="but_block but_block_hover" type="button" (click)="editTemplate()" title="{{singleButton.editModule | translate}}"><em class="fa fa-eyedropper" title="{{singleButton.editModule | translate}}"></em></button> <button class="but_free but_hover"type="button" (click)="deletemodule()"title="{{singleButton.deletemodule | translate}}"><em style="color:red;" class="fa fa-trash"></em></button> <button class="but_block but_block_hover"type="button" (click)="deletemodule()"title="{{singleButton.deletemodule | translate}}"><em class="fa fa-trash"></em></button> </div> </div> <div class="row"> <div class="col-lg-8"> <ul class="list-inline m0"> <li *ngFor="let item of detailCatalog" (click)="getinfo(item.groupId,item.parentid,item)"> <div class="btn btn-default" [class.bgselected]="item.selector"><a [class.colorselected]="item.selector" class="sonBtn">{{item.groupName}}</a></div> <div class="botton btn-default" [class.bgselected]="item.selector"><a [class.colorselected]="item.selector" class="sonBtn">{{item.groupName}}</a></div> </li> </ul> </div> @@ -41,8 +41,7 @@ <button class="but_block but_block_hover" type="button" (click)="addDetail()" *ngIf="able" title="{{singleButton.addDetailed | translate}}">{{singleButton.addDetailed | translate}}</button> <button class="but_block but_block_hover" type="button" (click)="change2template()" title="{{singleButton.creatModule | translate}}"><em class="fa fa-crop" title="{{singleButton.creatModule | translate}}"></em></button> <button class="but_block but_block_hover" type="button" (click)="editDetail()" title="{{singleButton.editname | translate}}"><em class="fa fa-eyedropper" title="{{singleButton.editname | translate}}"></em></button> <button class="btn btn-default btn-sm" type="button" (click)="deletedetail() "title="{{singleButton.deletedetails | translate}}"><em style="color:red;" class="fa fa-trash"></em></button> <button class="but_block but_block_hover"type="button" (click)="deletedetail() "title="{{singleButton.deletedetails | translate}}"><em class="fa fa-trash"></em></button> </div> </div> <div class="row"> @@ -55,14 +54,14 @@ <img *ngIf="!item.url" src="assets/img/dummy.png"/> </td> <td class="vbottom"> <div class="table-text"> <div class="table-text" style="text-align: left;"> <h4>{{item.modelName}}</h4> <!-- <p>{{text.createUser | translate}}{{item.insP}}</p> --> <p>{{text.createTime | translate}}{{item.insT |date:'yyyy-MM-dd HH:mm:ss' }}</p> <p>{{text.description | translate}}{{item.remark}}</p> </div> </td> <td class="col-lg-4 vbottom"> <td class="col-lg-5 vbottom"> <button class="but_block but_block_hover" type="button" value="item.widgetId" (click)="editStyle(item.widgetId,item.type,item)">{{tableBtn.editStyle | translate}}</button> <button class="but_block but_block_hover" type="button" (click)="editInformation(item.modelId)">{{tableBtn.editMsg | translate}}</button> src/app/shared/styles/themes/theme-a.scss
@@ -134,6 +134,44 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color; src/app/shared/styles/themes/theme-b.scss
@@ -132,6 +132,43 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color; src/app/shared/styles/themes/theme-c.scss
@@ -76,6 +76,44 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color; src/app/shared/styles/themes/theme-d.scss
@@ -75,6 +75,44 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color; src/app/shared/styles/themes/theme-e.scss
@@ -76,6 +76,44 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color; src/app/shared/styles/themes/theme-f.scss
@@ -75,6 +75,44 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color; src/app/shared/styles/themes/theme-g.scss
@@ -75,6 +75,44 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color; src/app/shared/styles/themes/theme-h.scss
@@ -75,6 +75,44 @@ // } } } .module-setting-contact .bgselected{ background: $free-button-color !important; } .botton{ display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 16px; font-size: 14px; line-height: 1.52857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; font-size: 13px; border-color: transparent; -webkit-appearance: none; outline: none !important; transition: all 0.1s; } .botton:hover{ background: $free-button-color !important; } .botton:hover a{ color: #ffffff !important; background: $free-button-color !important; } .but_free{ background: #fff; border: 1px solid $free-button-color;