Browse Source

feat: 当共用的单价、费率被修改时,弹出的提示框,整体下移25像素

vian 4 years atrás
parent
commit
8d7a1b7193
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

@@ -505,4 +505,8 @@ margin-right: 100px !important;
 
 
 .info-checkbox {
 .info-checkbox {
   margin-right: 20px;
   margin-right: 20px;
+}
+
+.top-msg{
+  top:35px !important;
 }
 }