Explorar el Código

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

zhangweicheng hace 4 años
padre
commit
3562abb795
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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
 }
 }