mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
fix: fix modal and drawer component missing uid
This commit is contained in:
@@ -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 {
|
||||
|
@@ -12,6 +12,6 @@
|
||||
}
|
||||
|
||||
&__main {
|
||||
margin-left: 2px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user