From 8eba84f6a1cdc7c6aa72971b68fee9077701b7cf Mon Sep 17 00:00:00 2001 From: qinjie Date: Sat, 11 Sep 2021 00:29:59 +0800 Subject: [PATCH] =?UTF-8?q?card=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 298 +++++++++++++++++++++++++--------------------- 1 file changed, 159 insertions(+), 139 deletions(-) diff --git a/public/index.html b/public/index.html index cd1fc0a..c795590 100644 --- a/public/index.html +++ b/public/index.html @@ -1,160 +1,180 @@ - - - - - - Ant Design Pro - - - <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> - - <% } %> - + @keyframes antRotate { + to { + -webkit-transform: rotate(405deg); + transform: rotate(405deg) + } + } - - -
-
- -
- + @-webkit-keyframes antRotate { + to { + -webkit-transform: rotate(405deg); + transform: rotate(405deg) + } + } + + @keyframes antSpinMove { + to { + opacity: 1 + } + } + + @-webkit-keyframes antSpinMove { + to { + opacity: 1 + } + } + + /* 组织机构数选择组件样式修改 start */ + .popover-tree>.ant-popover-content { + margin-top: -15px; + border: 1px solid #1890ff; + max-height: 400px; + overflow-y: auto; + } + + .popover-tree>.ant-popover-content>.ant-popover-arrow { + display: none; + } + + /* 组织机构数选择组件样式修改 end */ + + /* 项目管理 - 选择单位组件样式 start */ + .tree-transfer .ant-transfer-list-body-customize-wrapper { + overflow-y: auto !important; + height: 500px !important; + } + + .tree-transfer .ant-transfer-list-content { + height: 500px !important; + } + + /* 项目管理 - 选择单位组件样式 end */ + + /* card 样式调整 start */ + .ant-card-head { + min-height: auto !important; + padding: 0 15px !important; + } + + .ant-card-head-title { + padding: 10px 0 !important; + } + + .ant-card-extra { + padding: 10px 0 !important; + } + + .ant-card-body { + padding: 15px !important; + } + + /* card 样式调整 start */ + + + <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> + + <% } %> + + + + +
+
+ +
+ +
+
-
-
- - <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %> - - <% } %> - - + + <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %> + + <% } %> + + \ No newline at end of file