使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
anoopmb
/
frappe
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
[fix] datepicker issue
version-14
Anand Doshi
10 年前
父节点
c8f9c6dc0c
当前提交
83f29ee286
共有
2 个文件被更改
,包括
11 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-0
frappe/public/css/desk.css
+7
-0
frappe/public/less/desk.less
+ 4
- 0
frappe/public/css/desk.css
查看文件
@@ -394,6 +394,10 @@ ul.linked-with-list li {
.modal-title {
margin-top: 5px;
}
.modal .form-control {
position: relative;
z-index: 1140;
}
.form-group {
margin-bottom: 7px;
}
+ 7
- 0
frappe/public/less/desk.less
查看文件
@@ -224,6 +224,13 @@ ul.linked-with-list li {
margin-top: 5px;
}
// fixes datepicker z-index issue
// datepicker takes zindex of input + 1 when input's position is relative
.modal .form-control {
position: relative;
z-index: 1140;
}
.form-group {
margin-bottom: 7px;
}
撰写
预览
正在加载...
取消
保存