Преглед изворни кода

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

vian пре 5 година
родитељ
комит
3fa302f629
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      web/building_saas/css/custom.css

+ 5 - 1
web/building_saas/css/custom.css

@@ -599,4 +599,8 @@ input.text-right {
 .export-check{
   overflow: auto;
   height: 400px;
-}
+}
+
+.top-msg{
+  top:35px !important;
+  }