Commit 59b3f4d9 authored by timel's avatar timel

refactor: 100%

parent 93fae549
Pipeline #22741 passed with stages
in 13 minutes and 43 seconds
.root {
.ant-drawer-content-wrapper {
:global(.ant-drawer-content-wrapper) {
box-shadow: none;
}
}
.drawer {
width: 90%;
width: 90% !important;
left: 10%;
--height: 640px;
top: calc((100% - var(--height)) / 2);
height: var(--height);
height: var(--height) !important;
position: relative;
border-radius: 6px;
background: #242424;
.ant-drawer-header {
:global(.ant-drawer-header) {
padding: 15px 0;
.ant-drawer-header-title {
:global(.ant-drawer-header-title) {
flex-direction: row-reverse;
padding-left: 24px;
}
......
.message .ant-message-notice-content {
.message :global(.ant-message-notice-content) {
background-color: #333;
}
......@@ -12,12 +12,12 @@
transform: translateY(-50%);
}
}
.ant-pro-checkcard {
:global(.ant-pro-checkcard) {
border-radius: 4px;
overflow: hidden;
}
// 多选卡片的样式
.ant-pro-checkcard-checked {
:global(.ant-pro-checkcard-checked) {
&::before {
position: absolute;
width: 100%;
......
......@@ -124,7 +124,7 @@
}
.dropdown {
.ant-dropdown-menu {
:global(.ant-dropdown-menu) {
background-color: #333;
}
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