使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
anoopmb
/
frappe
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
[ui-fix][mobile] calendar view (
#2170
)
version-14
Faris Ansari
8 年前
committed by
Rushabh Mehta
父节点
c650d6a87d
当前提交
623b271c11
共有
2 个文件被更改
,包括
11 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+5
-0
frappe/public/css/calendar.css
+6
-0
frappe/public/less/calendar.less
+ 5
- 0
frappe/public/css/calendar.css
查看文件
@@ -29,3 +29,8 @@ th.fc-widget-header {
/* default BORDER color */
background-color: #E8DDFF;
}
@media (max-width: 767px) {
.fc-scroller {
height: auto !important;
}
}
+ 6
- 0
frappe/public/less/calendar.less
查看文件
@@ -36,3 +36,9 @@ th.fc-widget-header {
border: 1px solid #E8DDFF; /* default BORDER color */
background-color: #E8DDFF;
}
@media (max-width: @screen-xs) {
.fc-scroller {
height: auto !important;
}
}
撰写
预览
正在加载...
取消
保存