Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -1,26 +1,33 @@ | ||||
| @{alain-pro-prefix} { | ||||
|   &__menu { | ||||
|     display: block; | ||||
|  | ||||
|     &-item { | ||||
|       &--disabled { | ||||
|         pointer-events: none; | ||||
|       } | ||||
|     } | ||||
|  | ||||
|     &-only-icon { | ||||
|       @{alain-pro-prefix}__menu-item { | ||||
|         padding-right: 8px !important; | ||||
|         padding-left: 8px !important; | ||||
|  | ||||
|         &:first-child { | ||||
|           padding-left: 0; | ||||
|         } | ||||
|       } | ||||
|  | ||||
|       @{alain-pro-prefix}__menu-icon { | ||||
|         margin-right: 0; | ||||
|         font-size: @alain-pro-top-nav-only-icon-fs; | ||||
|         min-width: 14px; | ||||
|       } | ||||
|     } | ||||
|  | ||||
|     &-title { | ||||
|       position: relative; | ||||
|  | ||||
|       &-badge { | ||||
|         display: flex; | ||||
|         justify-content: center; | ||||
| @ -31,27 +38,34 @@ | ||||
|         line-height: 18px; | ||||
|         background: @alain-pro-header-title-badge-bg; | ||||
|         border-radius: 50%; | ||||
|  | ||||
|         >em { | ||||
|           color: @alain-pro-header-title-badge-color; | ||||
|           font-style: normal; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|  | ||||
|     &-img { | ||||
|       width: @alain-pro-sider-menu-img-wh  !important; | ||||
|       height: @alain-pro-sider-menu-img-wh  !important; | ||||
|     } | ||||
|  | ||||
|   } | ||||
|  | ||||
|   &__side-nav { | ||||
|     @{alain-pro-prefix}__menu { | ||||
|       &-title { | ||||
|         display: flex; | ||||
|         align-items: center; | ||||
|  | ||||
|         &-text { | ||||
|           flex: 1; | ||||
|           // opacity: 0; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|  | ||||
|     .@{ant-prefix}-menu-inline-collapsed { | ||||
|       @{alain-pro-prefix}__menu-title-badge { | ||||
|         position: absolute; | ||||
| @ -59,6 +73,7 @@ | ||||
|         right: -16px; | ||||
|         width: 8px; | ||||
|         height: 8px; | ||||
|  | ||||
|         >em { | ||||
|           display: none; | ||||
|         } | ||||
| @ -66,3 +81,20 @@ | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
| @{aside-collapsed-prefix} { | ||||
|   @{alain-pro-prefix} { | ||||
|     &__menu { | ||||
|       &-icon { | ||||
|         overflow: inherit; | ||||
|       } | ||||
|  | ||||
|       &-title { | ||||
|         &-text { | ||||
|           opacity: 0; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|  | ||||
| } | ||||
|  | ||||
| @ -445,7 +445,8 @@ export class TaxManagementOrderReportingComponent implements OnInit { | ||||
|       this.service.msgSrv.warning('选择了已上传,请重新勾选!'); | ||||
|       return; | ||||
|     } | ||||
|     // if(this.selectedRows.find(item => item.checkStatus !== '1')) { | ||||
|      | ||||
|     // if(this.selectedRows.find(item => item.checkStatus !== 1)) { | ||||
|     //   this.service.msgSrv.warning('选择了未通过校验的订单,请重新勾选!'); | ||||
|     //   return; | ||||
|     // } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user