Browse Source

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

zhangweicheng 4 years ago
parent
commit
3562abb795
1 changed files with 4 additions and 0 deletions
  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
 }
 }