diff options
Diffstat (limited to 'usecaseui-portal/src')
-rw-r--r-- | usecaseui-portal/src/app/components/customer/customer.component.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/components/customer/customer.component.less b/usecaseui-portal/src/app/components/customer/customer.component.less index 05aeb7d7..7d329230 100644 --- a/usecaseui-portal/src/app/components/customer/customer.component.less +++ b/usecaseui-portal/src/app/components/customer/customer.component.less @@ -14,6 +14,8 @@ limitations under the License. */ .content { + display: flex; + width: 100%; height: 100%; i.anticon { @@ -91,7 +93,9 @@ background:linear-gradient(to right, #E5F6FF, #CFEEFA); color: #3C4F8C; } - li { + li { + display:flex; + align-items: center; padding: 0 20px; height: 50px; line-height: 3.5; |