Skip to content

Commit

Permalink
修改日历样式
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobinwu committed Apr 15, 2017
1 parent 95220b7 commit 4409fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/public/js/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ window.calendar = (function() {
var X = R("DIV");
if (c[a].isToday) {
//选中cell的背景色和边框颜色
X.style.cssText="background:#cde9d9;border-radius:50%;padding:5px 0;"
X.style.cssText="border: 1px dashed #cde9d9;"
}
X.className = "cell";
X.style.left = (a % 7) * 80 + "px";
Expand Down
Loading

0 comments on commit 4409fc0

Please sign in to comment.