Browse Source

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

zhangweicheng 3 years ago
parent
commit
447737109d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      web/building_saas/css/custom.css

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

@@ -529,3 +529,6 @@ margin-right: 100px !important;
   display: inline-block;
 }
 
+#div_more_dropdown_right{
+  transform: translate3d(-105px, 32px, 0px)!important
+}