本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
frappe
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
[fix] modern print format
version-14
Faris Ansari
8 年之前
父節點
224c09a645
當前提交
78f5008f09
共有
2 個檔案被更改
,包括
8 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
frappe/templates/styles/modern.css
+5
-0
frappe/templates/styles/standard.css
+ 3
- 0
frappe/templates/styles/modern.css
查看文件
@@ -1,4 +1,7 @@
.print-heading {
text-align: right;
text-transform: uppercase;
color: #666;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #d1d8dd;
+ 5
- 0
frappe/templates/styles/standard.css
查看文件
@@ -74,6 +74,11 @@
border-radius: 4px;
}
.print-item-image {
max-height: 110px;
object-fit: contain;
}
.pdf-variables,
.pdf-variable,
.visible-pdf {
Write
Preview
Loading…
取消
儲存