浏览代码

[fix] pdf print format

version-14
Faris Ansari 8 年前
父节点
当前提交
67fbcfcac5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/templates/styles/standard.css

+ 1
- 1
frappe/templates/styles/standard.css 查看文件

@@ -69,7 +69,7 @@
padding: 50% 0; padding: 50% 0;
background-size: contain; background-size: contain;
/*background-size: cover;*/ /*background-size: cover;*/
background-repeat: no-repeat;
background-repeat: no-repeat !important;
background-position: center center; background-position: center center;
border-radius: 4px; border-radius: 4px;
} }


正在加载...
取消
保存