This commit is contained in:
潘晓云
2022-04-13 15:21:06 +08:00
parent 72acb451e7
commit 0c0db501da
8 changed files with 131 additions and 124 deletions

View File

@ -90,7 +90,7 @@
<nz-alert class="goods_tips" nzType="warning" [nzMessage]="tpl" nzShowIcon></nz-alert>
</ng-template>
<ng-template #tpl>
<span> 国家法规及行政命令禁限运货物不能托运
<span style="font-size: 12px;"> 国家法规及行政命令禁限运货物不能托运
<a target="_blank" [queryParams]="{ type: 15 }" [routerLink]="['/agreement']">《禁运物品说明》</a>
</span>
</ng-template>

View File

@ -11,10 +11,10 @@
.sf3 {
.goods_Tips_item {
.goods_tips {
width: calc(50% - 60px);
width: calc(50% - 45px);
.ant-alert {
padding: 4px;
padding: 0 0 0 2px;
}
}