From 2e3d8e7d5715862733e43070e7df73b48a81948f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 28 七月 2021 23:49:55 +0800 Subject: [PATCH] 2021-07-28 --- src/tabviews/rolemanage/index.scss | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/src/tabviews/rolemanage/index.scss b/src/tabviews/rolemanage/index.scss index 7140d77..80704e7 100644 --- a/src/tabviews/rolemanage/index.scss +++ b/src/tabviews/rolemanage/index.scss @@ -14,7 +14,7 @@ .role-title { display: inline-block; width: 100%; - color: #1890ff; + color: rgba(0, 0, 0, 0.65); .anticon-bank { margin-right: 5px; } @@ -45,8 +45,14 @@ left: calc(50vw - 22px); top: calc(50vh - 70px); z-index: 1; - } - .ant-tabs { + } + .ant-tabs-bar.ant-tabs-card-bar { + .ant-tabs-tab { + min-width: 120px; + text-align: center; + } + } + .ant-tabs.ant-tabs-line { background: #fff; min-height: calc(100vh - 125px); box-shadow: 0px 0px 2px #eeeeee; @@ -74,6 +80,30 @@ text-align: center; color: #bcbcbc; } + .submitBtn { + position: absolute; + right: 10px; + top: 15px; + } + } + } + .app-select { + position: absolute; + top: 0px; + right: 0px; + .mk-form-item { + display: inline-block; + width: 230px; + label { + width: 60px; + display: inline-block; + text-align: right; + padding-right: 5px; + white-space: nowrap; + } + .ant-select { + width: 150px; + } } } } \ No newline at end of file -- Gitblit v1.8.0