ソースを参照

fix(css): fix #2208, dropdown-menu style bug

zhixin 9 年 前
コミット
655f7043d0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.css

+ 1 - 1
src/bootstrap-table.css

@@ -285,7 +285,7 @@
     padding: 0 !important;
 }
 
-.pull-right .dropdown-menu {
+.bootstrap-table .pull-right .dropdown-menu {
     right: 0;
     left: auto;
 }