Commit 59b3f4d9 authored by timel's avatar timel

refactor: 100%

parent 93fae549
Pipeline #22741 passed with stages
in 13 minutes and 43 seconds
.root { .root {
.ant-drawer-content-wrapper { :global(.ant-drawer-content-wrapper) {
box-shadow: none; box-shadow: none;
} }
} }
.drawer { .drawer {
width: 90%; width: 90% !important;
left: 10%; left: 10%;
--height: 640px; --height: 640px;
top: calc((100% - var(--height)) / 2); top: calc((100% - var(--height)) / 2);
height: var(--height); height: var(--height) !important;
position: relative; position: relative;
border-radius: 6px; border-radius: 6px;
background: #242424; background: #242424;
.ant-drawer-header { :global(.ant-drawer-header) {
padding: 15px 0; padding: 15px 0;
.ant-drawer-header-title { :global(.ant-drawer-header-title) {
flex-direction: row-reverse; flex-direction: row-reverse;
padding-left: 24px; padding-left: 24px;
} }
......
.message .ant-message-notice-content { .message :global(.ant-message-notice-content) {
background-color: #333; background-color: #333;
} }
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
transform: translateY(-50%); transform: translateY(-50%);
} }
} }
.ant-pro-checkcard { :global(.ant-pro-checkcard) {
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
} }
// 多选卡片的样式 // 多选卡片的样式
.ant-pro-checkcard-checked { :global(.ant-pro-checkcard-checked) {
&::before { &::before {
position: absolute; position: absolute;
width: 100%; width: 100%;
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
} }
.dropdown { .dropdown {
.ant-dropdown-menu { :global(.ant-dropdown-menu) {
background-color: #333; background-color: #333;
} }
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment