fix: fix modal and drawer component missing uid

This commit is contained in:
vben
2020-12-13 00:22:30 +08:00
parent f7ec3c931e
commit 1293a7389e
7 changed files with 14 additions and 8 deletions

View File

@@ -1,9 +1,10 @@
.multiple-tab-header {
flex: 0 0 auto;
margin-left: 1px;
transition: width 0.2s;
flex: 0 0 auto;
&.dark {
margin-left: -1px;
margin-left: 0;
}
&.fixed {

View File

@@ -12,6 +12,6 @@
}
&__main {
margin-left: 2px;
margin-left: 1px;
}
}

View File

@@ -25,7 +25,7 @@
}
&:not(.ant-layout-sider-dark) {
box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05);
// box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05);
.ant-layout-sider-trigger {
color: @text-color-base;