diff --git a/src/pages/list/CardList.vue b/src/pages/list/CardList.vue index dec3f06..432749e 100644 --- a/src/pages/list/CardList.vue +++ b/src/pages/list/CardList.vue @@ -17,10 +17,8 @@
{{item.content}}
- + 操作一 + 操作一 @@ -71,28 +69,6 @@ export default { height: 48px; border-radius: 48px; } - .ant-card-actions{ - background: #f7f9fa; - li{ - float: left; - text-align: center; - margin: 12px 0; - color: rgba(0, 0, 0, 0.45); - width: 50%; - a{ - color: rgba(0,0,0,.45); - line-height: 22px; - display: inline-block; - width: 100%; - } - a:hover{ - color: #1890ff; - } - } - li:not(:last-child) { - border-right: 1px solid #e8e8e8; - } - } .new-btn{ background-color: #fff; border-radius: 2px; diff --git a/src/pages/list/search/ApplicationList.vue b/src/pages/list/search/ApplicationList.vue index 832aa06..cf9f182 100644 --- a/src/pages/list/search/ApplicationList.vue +++ b/src/pages/list/search/ApplicationList.vue @@ -9,17 +9,16 @@ -

活跃用户

@@ -101,29 +99,4 @@ export default { } } } - .actions{ - border-top: 1px solid #e8e8e8; - background: #f5f8fa; - zoom: 1; - list-style: none; - margin: 0; - padding: 0; - height: 47px; - .tool{ - width: 25%; - float: left; - text-align: center; - margin: 12px 0; - color: rgba(0,0,0,.45); - cursor: pointer; - font-size: 16px; - line-height: 22px; - &:hover{ - color: #1890ff; - } - &:not(:last-child) { - border-right: 1px solid #e8e8e8; - } - } - }