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} {
|
@{alain-pro-prefix} {
|
||||||
&__menu {
|
&__menu {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
&--disabled {
|
&--disabled {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-only-icon {
|
&-only-icon {
|
||||||
@{alain-pro-prefix}__menu-item {
|
@{alain-pro-prefix}__menu-item {
|
||||||
padding-right: 8px !important;
|
padding-right: 8px !important;
|
||||||
padding-left: 8px !important;
|
padding-left: 8px !important;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@{alain-pro-prefix}__menu-icon {
|
@{alain-pro-prefix}__menu-icon {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
font-size: @alain-pro-top-nav-only-icon-fs;
|
font-size: @alain-pro-top-nav-only-icon-fs;
|
||||||
|
min-width: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&-badge {
|
&-badge {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -31,27 +38,34 @@
|
|||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
background: @alain-pro-header-title-badge-bg;
|
background: @alain-pro-header-title-badge-bg;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
||||||
>em {
|
>em {
|
||||||
color: @alain-pro-header-title-badge-color;
|
color: @alain-pro-header-title-badge-color;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-img {
|
&-img {
|
||||||
width: @alain-pro-sider-menu-img-wh !important;
|
width: @alain-pro-sider-menu-img-wh !important;
|
||||||
height: @alain-pro-sider-menu-img-wh !important;
|
height: @alain-pro-sider-menu-img-wh !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__side-nav {
|
&__side-nav {
|
||||||
@{alain-pro-prefix}__menu {
|
@{alain-pro-prefix}__menu {
|
||||||
&-title {
|
&-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&-text {
|
&-text {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
// opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ant-prefix}-menu-inline-collapsed {
|
.@{ant-prefix}-menu-inline-collapsed {
|
||||||
@{alain-pro-prefix}__menu-title-badge {
|
@{alain-pro-prefix}__menu-title-badge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -59,6 +73,7 @@
|
|||||||
right: -16px;
|
right: -16px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
|
|
||||||
>em {
|
>em {
|
||||||
display: none;
|
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('选择了已上传,请重新勾选!');
|
this.service.msgSrv.warning('选择了已上传,请重新勾选!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// if(this.selectedRows.find(item => item.checkStatus !== '1')) {
|
|
||||||
|
// if(this.selectedRows.find(item => item.checkStatus !== 1)) {
|
||||||
// this.service.msgSrv.warning('选择了未通过校验的订单,请重新勾选!');
|
// this.service.msgSrv.warning('选择了未通过校验的订单,请重新勾选!');
|
||||||
// return;
|
// return;
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user