瀏覽代碼

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;
+  }