This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge branch 'hotfix'
version-14
Nabin Hait
8 年之前
父節點
a218f5d299
52a518fadd
當前提交
7b905cc107
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__init__.py
+1
-1
frappe/templates/styles/standard.css
+ 1
- 1
frappe/__init__.py
查看文件
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = "7.0.3
6
"
__version__ = "7.0.3
7
"
local = Local()
+ 1
- 1
frappe/templates/styles/standard.css
查看文件
@@ -69,7 +69,7 @@
padding: 50% 0;
background-size: contain;
/*background-size: cover;*/
background-repeat: no-repeat;
background-repeat: no-repeat
!important
;
background-position: center center;
border-radius: 4px;
}
Write
Preview
Loading…
取消
儲存