From 1a30ba4211462589698d26688ec24319e48b740c Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 11 Jul 2018 15:08:40 +0800
Subject: [PATCH] 提交

---
 src/app/routes/pro/list/applications/applications.component.less |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/src/app/routes/pro/list/applications/applications.component.less b/src/app/routes/pro/list/applications/applications.component.less
new file mode 100644
index 0000000..4d4df68
--- /dev/null
+++ b/src/app/routes/pro/list/applications/applications.component.less
@@ -0,0 +1,51 @@
+@import 'node_modules/@delon/theme/styles/default';
+:host {
+  margin-bottom: -24px;
+  ::ng-deep {
+    .ant-card {
+      width: 100%;
+    }
+    .ant-card-meta-content {
+      margin-top: 0;
+    } // disabled white space
+    .ant-card-meta-avatar {
+      font-size: 0;
+    }
+    .ant-card-actions {
+      background: #f7f9fa;
+    }
+    .ant-list .ant-list-item-content-single {
+      max-width: 100%;
+    }
+    .card-info {
+      .clearfix();
+      margin-top: 16px;
+      margin-left: 40px;
+      & > div {
+        position: relative;
+        text-align: left;
+        float: left;
+        width: 50%;
+        p {
+          line-height: 32px;
+          font-size: 24px;
+          margin: 0;
+        }
+        p:first-child {
+          color: @text-color-secondary;
+          font-size: 12px;
+          line-height: 20px;
+          margin-bottom: 4px;
+        }
+      }
+    }
+    .wan {
+      position: relative;
+      top: -2px;
+      font-size: @font-size-base;
+      font-style: normal;
+      line-height: 20px;
+      margin-left: 2px;
+    }
+  }
+}

--
Gitblit v1.8.0