Procházet zdrojové kódy

fix: 更多下拉框显示不全问题

zhangweicheng před 4 roky
rodič
revize
3562abb795
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      web/building_saas/css/custom.css

+ 4 - 0
web/building_saas/css/custom.css

@@ -616,4 +616,8 @@ input.text-right {
 
 
 .modal-footer {
 .modal-footer {
   padding: .75rem !important;
   padding: .75rem !important;
+}
+
+#div_more_dropdown_right{
+  transform: translate3d(-105px, 32px, 0px)!important
 }
 }