gaobaoming
2018-10-31 d95781695bf820f2ec828ed4fcc01ca811b6d4f1
费用云更改样式
39 files modified
1305 ■■■■■ changed files
src/app/common/component/select-menu/select-menu.component.scss 1 ●●●● patch | view | raw | blame | history
src/app/layout/header/header.component.html 4 ●●●● patch | view | raw | blame | history
src/app/layout/layout.component.html 2 ●●● patch | view | raw | blame | history
src/app/routes/Fixedassets/depreciation/depreciation.component.ts 8 ●●●● patch | view | raw | blame | history
src/app/routes/Fixedassets/depreciation/depreciation.html 6 ●●●● patch | view | raw | blame | history
src/app/routes/Fixedassets/depreciation/depreciation.scss 3 ●●●●● patch | view | raw | blame | history
src/app/routes/elements/navtree/navtree.component.html 2 ●●● patch | view | raw | blame | history
src/app/routes/expenseType/expense-type/chooseForm/chooseFormComponent.ts 8 ●●●● patch | view | raw | blame | history
src/app/routes/expenseType/expense-type/navtree.component.html 4 ●●●● patch | view | raw | blame | history
src/app/routes/expenseType/expense-type/navtree.component.ts 8 ●●●● patch | view | raw | blame | history
src/app/routes/form/applycation/applycation.component.html 4 ●●●● patch | view | raw | blame | history
src/app/routes/form/submit/submit.component.html 4 ●●●● patch | view | raw | blame | history
src/app/routes/message/message/message.component.html 6 ●●●● patch | view | raw | blame | history
src/app/routes/message/message/message.component.scss 2 ●●●●● patch | view | raw | blame | history
src/app/routes/message/message/message.component.ts 8 ●●●● patch | view | raw | blame | history
src/app/routes/process/apply-complete/apply-complete.component.html 2 ●●● patch | view | raw | blame | history
src/app/routes/process/apply-complete/apply-complete.component.ts 9 ●●●●● patch | view | raw | blame | history
src/app/routes/process/process.component.scss 4 ●●●● patch | view | raw | blame | history
src/app/routes/process/processAlready/processAlready.component.html 2 ●●● patch | view | raw | blame | history
src/app/routes/process/processAlready/processAlready.component.ts 8 ●●●● patch | view | raw | blame | history
src/app/routes/process/processComplete/processComplete.component.html 2 ●●● patch | view | raw | blame | history
src/app/routes/process/processComplete/processComplete.component.ts 8 ●●●● patch | view | raw | blame | history
src/app/routes/process/processInst/processInst.component.html 2 ●●● patch | view | raw | blame | history
src/app/routes/process/processProcessing/processProcessing.component.html 2 ●●● patch | view | raw | blame | history
src/app/routes/process/processProcessing/processProcessing.component.ts 8 ●●●● patch | view | raw | blame | history
src/app/routes/process/processTask/processTask.component.html 4 ●●●● patch | view | raw | blame | history
src/app/routes/process/processTask/processTask.component.ts 20 ●●●● patch | view | raw | blame | history
src/app/routes/system-config/budget-list/budget-list.component.html 6 ●●●● patch | view | raw | blame | history
src/app/routes/system-config/budget-list/budget-list.component.scss 3 ●●●●● patch | view | raw | blame | history
src/app/routes/system-config/system-config/system-config.component.html 6 ●●●● patch | view | raw | blame | history
src/app/routes/system-config/system-config/system-config.component.scss 5 ●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-a.scss 143 ●●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-b.scss 143 ●●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-c.scss 143 ●●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-d.scss 143 ●●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-e.scss 143 ●●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-f.scss 143 ●●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-g.scss 143 ●●●●● patch | view | raw | blame | history
src/app/shared/styles/themes/theme-h.scss 143 ●●●●● patch | view | raw | blame | history
src/app/common/component/select-menu/select-menu.component.scss
@@ -38,7 +38,6 @@
#menuContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
     /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background: #23b7e5;
}
#menuContent::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
src/app/layout/header/header.component.html
@@ -120,9 +120,9 @@
            <!-- END Alert menu-->
            <!-- START Offsidebar button-->
            <li>
                <!-- <a (click)="toggleOffsidebar()">
                <a (click)="toggleOffsidebar()">
                    <em class="icon-notebook"></em>
                </a> -->
                </a>
            </li>
            <!-- END Offsidebar menu-->
        </ul>
src/app/layout/layout.component.html
@@ -4,7 +4,7 @@
    <!-- sidebar-->
    <app-sidebar class="aside"></app-sidebar>
    <!-- offsidebar-->
    <app-offsidebar class="offsidebar"></app-offsidebar>
    <app-offsidebar class="offsidebar" style="z-index: 9999;"></app-offsidebar>
    <!-- Main section-->
    <section >
        <!-- Page content-->
src/app/routes/Fixedassets/depreciation/depreciation.component.ts
@@ -91,10 +91,10 @@
  public noSetting: string = this.utilService.getTranslateVel('message.noSetting');
  public calculationSuccess: string = this.utilService.getTranslateVel('message.calculationSuccess');
  public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
  public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
  public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
  public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
  public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public SysAllData:any;
  constructor(
src/app/routes/Fixedassets/depreciation/depreciation.html
@@ -44,7 +44,7 @@
                   
                </td>
                <td style="text-align:center;vertical-align:middle;">
                      <a class=" btn btn-primary btn-outline" (click)="select()">{{ 'header.search.PLACEHOLDER' | translate }}</a>
                      <button class="but_free but_hover bigbutton" (click)="select()">{{ 'header.search.PLACEHOLDER' | translate }}</button>
                </td>
                <td style="text-align:center;vertical-align:middle;">
                   
@@ -58,8 +58,8 @@
            <div class="row">
                <div class="col-lg-5"> 
                    <div style="position:absolute;top: 10px;left: -47px;">
                         <a class="btn" (click)="Calculation()"><em class="fa fa-calculator"></em>&nbsp;&nbsp;{{ 'depreciation.withdraw' | translate }}</a>
             <a class="btn" (click)="Accounting()"><em class="fa fa-rmb "></em>&nbsp;&nbsp;{{ 'depreciation.account' | translate }}</a>
                        <a class="text-color" (click)="Calculation()"><em class="fa fa-calculator"></em>&nbsp;&nbsp;{{ 'depreciation.withdraw' | translate }}</a>
                        <a class="text-color" (click)="Accounting()"><em class="fa fa-rmb "></em>&nbsp;&nbsp;{{ 'depreciation.account' | translate }}</a>
                    </div>
                   </div>
                <div class="col-lg-7"> <span class="biaoti">{{ 'depreciation.withDepInfo' | translate }}</span> </div>
src/app/routes/Fixedassets/depreciation/depreciation.scss
@@ -16,6 +16,9 @@
  margin-left: 48px;
}
.bigbutton{
  width: 140px;
}
.systemconfiguration1{
  margin-top: -29px;
  width: 10%;
src/app/routes/elements/navtree/navtree.component.html
@@ -18,7 +18,7 @@
                </tree-root>
            </div>
        </div>
        <div class="col-lg-3 col-sm-6 col-lg-pull-4 col-sm-pull-6">
        <div class="col-lg-3 col-sm-6 col-lg-pull-4 col-sm-pull-6 tableborder">
            <h5>Tree Control API:</h5>
            <div class="btn-group btn-group-justified mb">
                <a class="btn btn-default" (click)="tree.treeModel.focusNextNode()">next node</a>
src/app/routes/expenseType/expense-type/chooseForm/chooseFormComponent.ts
@@ -47,10 +47,10 @@
  public url: any = '/search/formset';
  public param: any = { "pageNum": this.pageNum, "pageSize": this.pageSize, };
  public rows: number = 1;
  public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
  public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
  public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
  public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
  public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public startSuccess: string = this.utilService.getTranslateVel('common.prompt.startSuccess');
  public formForbidden: string = this.utilService.getTranslateVel('common.prompt.formForbidden');
  public deleteSuccess: string = this.utilService.getTranslateVel('common.prompt.deleteSuccess');
src/app/routes/expenseType/expense-type/navtree.component.html
@@ -3,7 +3,7 @@
<div class="container-fluid ">
    <div class="row">
        <div class="col-lg-3 col-sm-6" [ngClass]="{transion:doshow,col:!doshow}">
        <div class="col-lg-3 col-sm-6 tableborder" [ngClass]="{transion:doshow,col:!doshow}">
            <div class="wd-wide2">
            <!-- <div class="well wd-wide" style="height: 480px; min-height: 480px;overflow: hidden;"> -->
                    <div class="well wd-wide" id="htmlH1" style="overflow: hidden;">
@@ -32,7 +32,7 @@
                </div>
                <!-- <div style="height: 480px; min-height: 480px;overflow: hidden;">  -->
                        <div style="overflow: hidden;"  id="htmlH2"> 
        <div id="centers" class="col-lg-7 col-sm-6 panel panel-default" [ngClass]="{clo10:doshow,clo7:!doshow}" style="margin-left:1%;background-color:white;width:100%;">
        <div id="centers" class="col-lg-7 col-sm-6 panel panel-default tableborder" [ngClass]="{clo10:doshow,clo7:!doshow}" style="margin-left:1%;background-color:white;width:100%;">
            <h5>{{ 'processTask.costType' | translate }}:</h5>
            <div class="btn-group btn-group-justified mb" style="width:200px;">
                <ul class="clickthree">
src/app/routes/expenseType/expense-type/navtree.component.ts
@@ -76,10 +76,10 @@
    public pageNum: number = 1;
    public pageSize: number = 6;
    public rows: number = 1;
    public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
    public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
    public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
    public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
    public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
    public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
    public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
    public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
    public deleteError: string = this.utilService.getTranslateVel('common.prompt.deleteError');
    public upCostTypeNotSet: string = this.utilService.getTranslateVel('commom.prompt.upCostTypeNotSet');
    
src/app/routes/form/applycation/applycation.component.html
@@ -1,7 +1,7 @@
<div class="row">
    <div class="col-lg-3 col-sm-6 " [ngClass]="{transion:doshow,col:!doshow}">
    <div class="col-lg-3 col-sm-6 tableborder" [ngClass]="{transion:doshow,col:!doshow}">
        <div class="wd-wide2">
            <div class="well wd-wide" style="height:450px;">
@@ -34,7 +34,7 @@
        <em class="icon-arrow-left" *ngIf="!doshow"></em>
    </div>
    <div class="col-lg-7 col-sm-6 panel panel-default centers" [ngClass]="{clo10:doshow,clo7:!doshow}" style="margin-left:1%;background-color:white;">
    <div class="col-lg-7 col-sm-6 panel panel-default centers tableborder" [ngClass]="{clo10:doshow,clo7:!doshow}" style="margin-left:1%;background-color:white;">
        <div class="datamassage" *ngIf="!datashow"><img src="../../assets/img/data.png" style="margin:0 auto;display:block;margin-top: 10%;width:130px;height:130px;"
            />{{ 'common.prompt.noDataMessage' | translate }}</div>
        <div class="datamassage" *ngIf="formboolean"><img src="../../assets/img/1-01.png" style="margin:0 auto;display:block;margin-top: 10%;width:130px;height:130px;"
src/app/routes/form/submit/submit.component.html
@@ -1,7 +1,7 @@
<div class="row">
  
    
    <div class="col-lg-3 col-sm-6 " [ngClass]="{transion:doshow,col:!doshow}">
    <div class="col-lg-3 col-sm-6 app-submit" [ngClass]="{transion:doshow,col:!doshow}">
          <div class="wd-wide2">
          <div class="well wd-wide" style="height:450px;">
       
@@ -26,7 +26,7 @@
          <em  class="icon-arrow-left" *ngIf="!doshow"></em>
          </div>
      
  <div class="col-lg-7 col-sm-6 panel panel-default centers" [ngClass]="{clo10:doshow,clo7:!doshow}" style="margin-left:1%;background-color:white;">
  <div class="col-lg-7 col-sm-6 panel panel-default centers app-submit" [ngClass]="{clo10:doshow,clo7:!doshow}" style="margin-left:1%;background-color:white;">
      <div class="datamassage" *ngIf="!datashow"><img src="../../assets/img/data.png" style="margin:0 auto;display:block;margin-top: 10%;width:130px;height:130px;"/>{{'common.prompt.noDataMessage' | translate}}</div>
      <div class="datamassage" *ngIf="formboolean"><img src="../../assets/img/1-01.png" style="margin:0 auto;display:block;margin-top: 10%;width:130px;height:130px;"/>{{'common.prompt.costTypeNoForm' | translate}}</div>
      <div id="show-iframe" *ngIf="!formboolean">
src/app/routes/message/message/message.component.html
@@ -2,8 +2,8 @@
<div class="row hang" style="margin-top:20px;">
<div class="col-lg-12" style="margin-bottom:20px;" >
  <div class="row">
    <div class="col-lg-6" style="padding-left:0;padding-right:30px;" class="text">
        <h4 style="color:#5d9cec;">{{ 'message.noMessage' | translate }}</h4>
    <div class="col-lg-6 text proecess-title" style="padding-left:0;padding-right:30px;">
        <h4 class="cur">{{ 'message.noMessage' | translate }}</h4>
    </div>
    <div class="col-lg-6" style="float: right;">
      <select  name="" id=""class="form-control selecteone" (change)="changeone($event.target.value)">
@@ -26,7 +26,7 @@
</div>
</div>
<div class="row">
  <div class="col-lg-12 panel panel-default tablepadding">
  <div class="col-lg-12 panel panel-default tablepadding tableborder">
    <div class="table dataTable  mb0">
        <div class="datamassage" *ngIf="!datashow"><img src="../../assets/img/data.png" style="margin:0 auto;display:block;width:130px;height:130px;margin-top: 10%;"/>{{ 'message.nomessage' | translate }}</div>
    <table class="table dataTable  msg-table mb0"  *ngIf="datashow">
src/app/routes/message/message/message.component.scss
@@ -218,8 +218,6 @@
    float: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #23b7e5;
    color: #23b7e5;
  }
  .panel-default{
    border-color: #23b7e5;
src/app/routes/message/message/message.component.ts
@@ -32,10 +32,10 @@
  public datashow: boolean = false;
  public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
  public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
  public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
  public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
  public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public dispose: string = this.utilService.getTranslateVel('message.dispose');
  public undispose: string = this.utilService.getTranslateVel('message.undispose');
  public all: string = this.utilService.getTranslateVel('message.all');
src/app/routes/process/apply-complete/apply-complete.component.html
@@ -24,7 +24,7 @@
              <td>{{mdata.budgetStartDate}}</td>
              <!-- <td>{{mdata.approver}}</td>审批人 -->
              <!-- <td>{{mdata.startTime}}</td>审批日期 -->
              <a  class="btn" (click)="changeshow(mdata)">
              <a  class="btn text-color" (click)="changeshow(mdata)">
                  <em class="fa fa-building-o"></em>&nbsp;{{ 'processTask.toReimburse' | translate }}
              </a>
src/app/routes/process/apply-complete/apply-complete.component.ts
@@ -30,12 +30,11 @@
  public pages: Array<any> = [];
  public numPage: any;
  public resultNum: number;
  public pageSize: number = 10;
  public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
  public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
  public pageSize: number = 10;public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public initError: string = this.utilService.getTranslateVel('common.prompt.initError');
  public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
  public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
  private formPreviewUrl = null;
  public ismodel: boolean = false;
  public showflag: boolean = false;
src/app/routes/process/process.component.scss
@@ -10,8 +10,4 @@
        list-style-type: none;
        padding: 0 10px;
    }
    .cur{
        border-bottom: 2px solid #23b7e5;
        color: #23b7e5;
    }
}
src/app/routes/process/processAlready/processAlready.component.html
@@ -24,7 +24,7 @@
                <td>{{mdata.insT}}</td>
                <td *ngIf="mdata.isOvertime == 10">{{ 'processTask.yes' | translate }}</td>
                <td *ngIf="mdata.isOvertime == 20">{{ 'processTask.no' | translate }}</td>
                <a  class="btn" (click)="changeshow(mdata)">
                <a  class="btn text-color" (click)="changeshow(mdata)">
                    <em class="fa fa-building-o"></em>&nbsp;{{ 'processTask.showDetail' | translate }}
                </a>
src/app/routes/process/processAlready/processAlready.component.ts
@@ -38,10 +38,10 @@
  public pageSize: number = 10;
  public url: any = '/process/selectPage';
  public rows: number = 1;
  public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
  public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
  public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
  public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
  public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public initError: string = this.utilService.getTranslateVel('common.prompt.initError');
  public readListError: string = this.utilService.getTranslateVel('common.prompt.readListError');
  public readDataError: string = this.utilService.getTranslateVel('common.prompt.readDataError');
src/app/routes/process/processComplete/processComplete.component.html
@@ -19,7 +19,7 @@
                <td>{{mdata.numberForm}}</td>
                <td>{{mdata.executeTime}}</td>
                <td>{{mdata.overTime}}</td>
                <a  class="btn" (click)="changeshow(mdata)">
                <a  class="btn text-color" (click)="changeshow(mdata)">
                    <em class="fa fa-building-o"></em>&nbsp;{{ 'processTask.showDetail' | translate }}
                </a>
src/app/routes/process/processComplete/processComplete.component.ts
@@ -38,10 +38,10 @@
  public pageSize: number = 6;
  public url: any = '/process/selectPage';
  public rows: number = 1;
  public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
  public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
  public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
  public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
  public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public initError: string = this.utilService.getTranslateVel('common.prompt.initError');
  public readListError: string = this.utilService.getTranslateVel('common.prompt.readListError');
  public readDataError: string = this.utilService.getTranslateVel('common.prompt.readDataError');
src/app/routes/process/processInst/processInst.component.html
@@ -14,7 +14,7 @@
                <td>{{mdata.processChName}}</td>
                <td>{{mdata.processInstName}}</td>
                <td>{{mdata.startTime}}</td>
                <button type="button" class="btn btn-primary" (click)="changeshow(mdata)">
                <button type="button" class="btn btn-primary text-color" (click)="changeshow(mdata)">
                    {{ 'processTask.showDetail' | translate }}
                </button>
            </tr>
src/app/routes/process/processProcessing/processProcessing.component.html
@@ -15,7 +15,7 @@
                <td>{{mdata.formName}}</td>
                <td>{{mdata.numberForm}}</td>
                <td>{{mdata.executeTime}}</td>
                <a  class="btn" (click)="changeshow(mdata)">
                <a  class="btn text-color" (click)="changeshow(mdata)">
                    <em class="fa fa-building-o"></em>&nbsp;{{ 'processTask.showDetail' | translate }}
                </a>
src/app/routes/process/processProcessing/processProcessing.component.ts
@@ -38,10 +38,10 @@
  public pageSize: number = 10;
  public url: any = '/process/selectPage';
  public rows: number = 1;
  public firstText: string = this.utilService.getTranslateVel('common.page.firstText');
  public previousText: string = this.utilService.getTranslateVel('common.page.previousText');
  public nextText: string = this.utilService.getTranslateVel('common.page.nextText');
  public lastText: string = this.utilService.getTranslateVel('common.page.lastText');
  public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public initError: string = this.utilService.getTranslateVel('common.prompt.initError');
  public readListError: string = this.utilService.getTranslateVel('common.prompt.readListError');
  public readDataError: string = this.utilService.getTranslateVel('common.prompt.readDataError');
src/app/routes/process/processTask/processTask.component.html
@@ -1,4 +1,4 @@
<div class="col-lg-12 panel panel-default tablepadding" style="margin-top: 10px;">
<div class="col-lg-12 panel panel-default tablepadding tableborder" style="margin-top: 10px;">
    <div class="table dataTable table-striped table-bordered mb0">
        <div class="datamassage" *ngIf="!datashow"><img src="../../assets/img/data.png" style="margin:0 auto;display:block;width:130px;height:130px;margin-top: 10%;"/>
            {{ 'message.noMessage' | translate }}
@@ -22,7 +22,7 @@
                <td>{{mdata.startTime}}</td>
                <td *ngIf="mdata.isTimeOut == 10">{{ 'processTask.yes' | translate }}</td>
                <td *ngIf="mdata.isTimeOut == 20">{{ 'processTask.no' | translate }}</td>
                <a  class="btn" (click)="changeshow(mdata)">
                <a  class="btn text-color" (click)="changeshow(mdata)">
                    <em class="fa fa-building-o"></em>&nbsp;{{ 'processTask.examine' | translate }}
                </a>
src/app/routes/process/processTask/processTask.component.ts
@@ -40,10 +40,10 @@
  public pageSize: number = 10;
  public url: any = '/epc-tenant/ubp-api-seache/process/inst/seache/handle';
  public rows: number = 1;
  public firstText: string = "";
  public previousText: string = "";
  public nextText: string = "";
  public lastText: string = "";
  public firstText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public previousText: string = '<em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-left pagin-style" style="margin-right:10px;"></em>';
  public nextText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em><em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public lastText: string = '<em _ngcontent-c6="" class="fa fa-angle-right pagin-style" style="margin-right:10px;"></em>';
  public initError: string = this.utilService.getTranslateVel('common.prompt.initError');
  public readListError: string = this.utilService.getTranslateVel('common.prompt.readListError');
  public readDataError: string = this.utilService.getTranslateVel('common.prompt.readDataError');
@@ -55,12 +55,12 @@
  public tenantId: any = this._cookieService.getCookie("tenantId");
  public param: any = { "pageNum": this.pageNum, "pageSize": this.pageSize, "openId": this._cookieService.getCookie("openId") };
  ngOnInit() {
    setTimeout(() => {
      this.firstText = this.utilService.getTranslateVel('common.page.firstText');
      this.previousText = this.utilService.getTranslateVel('common.page.previousText');
      this.nextText = this.utilService.getTranslateVel('common.page.nextText');
      this.lastText = this.utilService.getTranslateVel('common.page.lastText');
    }, 500);
    // setTimeout(() => {
    //   this.firstText = this.utilService.getTranslateVel('common.page.firstText');
    //   this.previousText = this.utilService.getTranslateVel('common.page.previousText');
    //   this.nextText = this.utilService.getTranslateVel('common.page.nextText');
    //   this.lastText = this.utilService.getTranslateVel('common.page.lastText');
    // }, 500);
    this.processComponent.showPageTask();
    this.httpService.post(this.url, this.param, (res) => {
src/app/routes/system-config/budget-list/budget-list.component.html
@@ -2,7 +2,7 @@
<div class="row" >
  <div class="col-lg-12" >
    <!-- START panel--> 
    <div class="panel panel-default" style="border-color:#23b7e5;" >
    <div class="panel panel-default tableborder" >
        <div class="row">
          <div class="col-lg-12">
              <h4 style="font-size:16px;border-bottom:2px solid #f4f4f4;padding-bottom:15px;margin-left:20px;margin-right:20px;">{{ 'processTask.budgetUseConfig' | translate }}</h4>
@@ -12,13 +12,13 @@
          <div class="btn-group btn-group-justified mb" style="width:200px;">
            <ul class="click-btn">
              <li *ngIf="permission.checkPermission('editBudget')">
                <a (click)="showAddBudgetPage()">
                <a class="operationText text-color" (click)="showAddBudgetPage()">
                  <span class="fa fa-plus"></span>
                  {{ 'processTask.newBudget' | translate }}
                </a>
              </li>
              <li *ngIf="permission.checkPermission('delBudget')"> 
                <a class="dele" [class.disabled]="!doDelete" (click)="deleteSelected()">
                <a class="operationText dele" [class.disabled]="!doDelete" (click)="deleteSelected()">
                  <span class="fa fa-trash-o"></span>
                  {{ 'processTask.deleteBudget' | translate }}
                </a>
src/app/routes/system-config/budget-list/budget-list.component.scss
@@ -88,6 +88,9 @@
.click-btn li a{
    text-decoration: none;
}
.operationText{
    font-size: 14px;
}
.dele{
    color: rgb(250, 45, 90);
}
src/app/routes/system-config/system-config/system-config.component.html
@@ -1,5 +1,5 @@
<div class="systemconfig" *ngIf="!expenseTypeshow">
  <div class="tableselect0">
  <div class="tableselect0 tableborder">
    <div>
      <h4 class="header">{{ 'processTask.systemSet' | translate }}</h4>
@@ -57,10 +57,10 @@
    <!--<div  class="switch switch-large"><input type="checkbox" name="my-checkbox" checked></div>-->
    <div class="save-button">
      <a class="btn btn-info btn-action" (click)="savebutton()">{{ 'event.save' | translate }}</a>
      <button class="but_free but_hover" (click)="savebutton()">{{ 'event.save' | translate }}</button>
    </div>
  </div>
  <div class="tableselect1" style="display:none;">
  <div class="tableselect1 tableborder" style="display:none;">
    <div>
      <h4 class="header">{{ 'processTask.formDesign' | translate }}</h4>
src/app/routes/system-config/system-config/system-config.component.scss
@@ -227,12 +227,9 @@
  background-color: #23b7e5;
  border-radius: 5px;
}
.save-button a{
.save-button button{
  width: 140px;
  height: 40px;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 2px;
}
.expenseType1{
  position: relative;
src/app/shared/styles/themes/theme-a.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      #fff;
$theme-color:                   #2faed4;
$pagination-color:       #2faed4;
$sweet-color:            #1797be;
$but-block-color:        #154d77;
// NAVBAR TOP
$nav-top-bg:                    $brand-info;
@@ -67,7 +71,146 @@
// Navbar Mobile General styles
// ------------------------------
#menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
.tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}
.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
.topnavbar {
  background-color: #fff;
  .navbar-header {
src/app/shared/styles/themes/theme-b.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      #fff;
$theme-color:                   #37bc9b;
$free-button-color:      #37bc9b;
$sweet-color:            #1f9b7c;
$but-block-color:        rgb(28, 102, 84);
// NAVBAR TOP
$nav-top-bg:                    $brand-green;
@@ -67,6 +71,145 @@
// Navbar Mobile General styles
// ------------------------------
#menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
.tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
.topnavbar {
  background-color: #fff;
  .navbar-header {
src/app/shared/styles/themes/theme-c.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      #fff;
$theme-color:                   #7266ba;
$pagination-color:       #7266ba;
$sweet-color:            #5b509d;
$but-block-color:        #463e77;
// NAVBAR TOP
$nav-top-bg:                    $brand-purple;
@@ -68,6 +72,145 @@
// Navbar Mobile General styles
// ------------------------------
#menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
.tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
.topnavbar {
  background-color: #fff;
  .navbar-header {
src/app/shared/styles/themes/theme-d.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      #fff;
$theme-color:                   #f05050;
$pagination-color:       #f05050;
$sweet-color:            #c13333;
$but-block-color:        #932727;
// NAVBAR TOP
$nav-top-bg:                    $brand-danger;
@@ -68,6 +72,145 @@
// Navbar Mobile General styles
// ------------------------------
#menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
.tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
.topnavbar {
  background-color: #fff;
  .navbar-header {
src/app/shared/styles/themes/theme-e.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      $gray-dark;
$theme-color:                   #23b7e5;
$pagination-color:       #23b7e5;
$sweet-color:            #0c91ba;
$but-block-color:        #154d77;
// NAVBAR TOP
@@ -54,6 +58,145 @@
   Component: layout
 ========================================================================== */
 #menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
 .tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
body,
.wrapper > section {
  background-color: $content-bg;
src/app/shared/styles/themes/theme-f.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      $gray-dark;
$theme-color:                   #37bc9b;
$pagination-color:       #37bc9b;
$sweet-color:            #1f9b7c;
$but-block-color:        rgb(28, 102, 84);
// NAVBAR TOP
$nav-top-bg:                    $brand-green-dark;
@@ -53,6 +57,145 @@
   Component: layout
 ========================================================================== */
 #menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
 .tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
body,
.wrapper > section {
  background-color: $content-bg;
src/app/shared/styles/themes/theme-g.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      $gray-dark;
$theme-color:                   #7266ba;
$pagination-color:       #7266ba;
$sweet-color:            #5b509d;
$but-block-color:        #463e77;
// NAVBAR TOP
$nav-top-bg:                    $brand-purple-dark;
@@ -53,6 +57,145 @@
   Component: layout
 ========================================================================== */
 #menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
 .tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
body,
.wrapper > section {
  background-color: $content-bg;
src/app/shared/styles/themes/theme-h.scss
@@ -12,6 +12,10 @@
$content-bg:                    #f5f7fa;
$aside-bg:                      $gray-dark;
$theme-color:                   #f05050;
$pagination-color:       #f05050;
$sweet-color:            #c13333;
$but-block-color:        #932727;
// NAVBAR TOP
$nav-top-bg:                    $brand-danger-dark;
@@ -53,6 +57,145 @@
   Component: layout
 ========================================================================== */
 #menuContent::-webkit-scrollbar-thumb{
  background: $theme-color !important;
}
 .tableborder{
  border-color: $theme-color !important;
}
.proecess-title .cur{
  border-bottom: 2px solid $theme-color !important;
  color:  $theme-color !important;
}
.text-color{
  color: $theme-color !important;
}.but_free{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 38px;
  // padding-left: 12px;
  // padding-right: 12px;
  line-height: 38px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
  min-width: 40px;
}
.but_hover:hover{
  background: $theme-color ;
  color:#fff !important;
}
.but_block{
  background: $theme-color ;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  color:#ffffff;
  transition: 0.2s;
  white-space: nowrap;
}
.but_strip_hover:hover{
  background: #ffffff;
  color: $theme-color ;
}
.but_block_hover:hover{
  background: $but-block-color;
  border: 1px solid $but-block-color;
}
.mol_but{
  background: #fff;
  border: 1px solid $theme-color ;
  border-radius: 3px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  color:$theme-color ;
  transition: 0.2s;
  white-space: nowrap;
}
.mol_but_sm{
  background: #fff;
  border: 1px solid $theme-color  !important;
  border-radius: 3px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  color:$theme-color  !important;
  transition: 0.2s;
}
.but_red_hover:hover{
  background: #ee574d;
  color:#fff;
}
.fa-size{
  padding-top: 10px;
  color: $theme-color ;
}
.pagin-style{
  color: $theme-color  !important;
}
.pagination a{
  transition: 0.3s;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  background: none !important;
  margin-right: 10px !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a{
  font-size: 14px !important;
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .active > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.pagination > .pagination-page > a{
  font-size: 14px !important;
  text-align: center;
}
.pagination > .disabled > a{
  text-align: center;
}
.pagination > .pagination-page > a:hover{
  color: #fff !important;
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
}
.sweet-alert button{
  background: $theme-color  !important;
  border: 1px solid $theme-color  !important;
  border-radius: 3px !important;
  color:#ffffff !important;
  transition: 0.2s !important;
}
.sweet-alert button:hover{
  background: $sweet-color !important;
  color:#ffffff !important;
  border: 1px solid $sweet-color !important;
}
.green_color{
  color: $theme-color  !important;
  font-weight: 500;
}
.green_color:hover{
  color: $theme-color  !important;
  font-weight: 500;
}
body,
.wrapper > section {
  background-color: $content-bg;