zhangjiaqing
3 天以前 f5f65e6a9a49709c451dc2efd253970b5ae41f69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.dropdown-submenu.dropright .dropdown-menu {
    margin-left: 1px;
  }
  
  .dropdown-submenu.dropleft .dropdown-menu {
    margin-right: 1px;
  }
  
  [x-placement^="bottom-"] .dropdown-submenu .dropdown-menu,
  .navbar .dropdown-submenu .dropdown-menu {
    bottom: auto;
    margin-top: calc(-0.5rem - 1px);
  }
  
  [x-placement^="top-"] .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-bottom: calc(-0.5rem - 1px);
  }
  
  .dropdown-submenu.dropright > .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .dropdown-submenu.dropright > .dropdown-toggle::after {
    margin-right: -12px;
  }