bk-magic-vue 2.5.9-beta.5 → 2.5.9-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14809,7 +14809,6 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14809
14809
  display:block;
14810
14810
  }
14811
14811
  .bk-cascade-dropdown-content{
14812
- padding:4px 0;
14813
14812
  border:1px solid #dcdee5;
14814
14813
  border-radius:2px;
14815
14814
  line-height:32px;
@@ -14918,8 +14917,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14918
14917
  padding:0 16px;
14919
14918
  border-radius:0px 0px 1px 1px;
14920
14919
  border-top:1px solid #dcdee5;
14921
- background:#fafbfd
14920
+ background:#fafbfd;
14922
14921
  }
14922
+ .bk-cascade-extension i{
14923
+ font-size:12px;
14924
+ }
14923
14925
  .bk-cascade-extension:hover{
14924
14926
  background-color:#f0f1f5;
14925
14927
  }
@@ -14970,6 +14972,12 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14970
14972
  font-size:20px;
14971
14973
  color:#979BA5;
14972
14974
  }
14975
+ .bk-cascade-panel .bk-option:first-of-type{
14976
+ margin-top:4px;
14977
+ }
14978
+ .bk-cascade-panel .bk-option:last-of-type{
14979
+ margin-bottom:4px;
14980
+ }
14973
14981
  .bk-cascade-panel .is-multiple{
14974
14982
  background-color:#fff!important;
14975
14983
  }