From ded7f094e59051d28499cc15eb7bc35724b0af35 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 23 Feb 2022 20:24:36 +0800 Subject: [PATCH] e --- .../freight/list/detail/detail.component.less | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.less b/src/app/routes/usercenter/components/freight/list/detail/detail.component.less index 4efecf71..351c14db 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.less +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.less @@ -21,10 +21,21 @@ } :host::ng-deep { + + .affix { - position: fixed !important; + position: fixed; top : 20px !important; z-index : 999 !important; - width : 100% !important; + right : 25px; + left : 250px; + } + +} +::ng-deep{ + .aside-collapsed .alain-pro__main { + .affix { + left: 106px; + } } } \ No newline at end of file