From 8d05744179a026a243b86e3a99296e30375ccfb0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 05 二月 2021 18:48:31 +0800 Subject: [PATCH] 2021-02-05 --- src/views/mobmanage/index.scss | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/src/views/mobmanage/index.scss b/src/views/mobmanage/index.scss index 3178be3..795ee0c 100644 --- a/src/views/mobmanage/index.scss +++ b/src/views/mobmanage/index.scss @@ -1,4 +1,4 @@ -.mobile-manage { +.mk-app-manage { background: #fff; min-height: 100vh; @@ -7,4 +7,34 @@ position: relative; z-index: 10; } + .app-table { + width: 1200px; + margin: 0 auto; + padding: 40px 0px 20px; + .sub-app-title { + margin-bottom: 15px; + border-bottom: 1px solid #e8e8e8; + span { + position: relative; + top: 1px; + display: inline-block; + color: #1890ff; + padding: 10px 15px 5px; + border-bottom: 2px solid #1890ff; + } + } + } + .ant-table-wrapper { + border: 1px solid #e8e8e8; + border-bottom: 0; + border-radius: 4px; + .ant-table-tbody > tr.ant-table-row-selected td { + background: #bae7ff; + } + } + .app-action { + button { + margin: 0px 15px 15px 0px; + } + } } -- Gitblit v1.8.0