Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
a642cb5d
Commit
a642cb5d
authored
Aug 02, 2019
by
Mccoy Z Xia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
calendar页面样式调整
parent
1516dded
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
tui-calendar.js
...c/main/webapp/Scripts/tui.calendar-1.11.0/tui-calendar.js
+6
-6
calendar-display.ctrl.js
...main/webapp/app/calendar/display/calendar-display.ctrl.js
+0
-0
calendar-display.html
...rc/main/webapp/app/calendar/display/calendar-display.html
+9
-5
No files found.
atms-web/src/main/webapp/Scripts/tui.calendar-1.11.0/tui-calendar.js
View file @
a642cb5d
...
...
@@ -17666,8 +17666,8 @@
var
theme
=
{
'common.border'
:
'1px solid #e5e5e5'
,
'common.backgroundColor'
:
'white'
,
'common.holiday.color'
:
'
#ff4040
'
,
'common.saturday.color'
:
'
#333
'
,
'common.holiday.color'
:
'
red
'
,
'common.saturday.color'
:
'
red
'
,
'common.dayname.color'
:
'#333'
,
'common.today.color'
:
'#333'
,
...
...
@@ -17676,14 +17676,14 @@
'common.creationGuide.border'
:
'1px solid #515ce6'
,
// month header 'dayname'
'month.dayname.height'
:
'
31
px'
,
'month.dayname.height'
:
'
45
px'
,
'month.dayname.borderLeft'
:
'none'
,
'month.dayname.paddingLeft'
:
'
10px
'
,
'month.dayname.paddingLeft'
:
'
0
'
,
'month.dayname.paddingRight'
:
'0'
,
'month.dayname.backgroundColor'
:
'inherit'
,
'month.dayname.fontSize'
:
'
12
px'
,
'month.dayname.fontSize'
:
'
20
px'
,
'month.dayname.fontWeight'
:
'normal'
,
'month.dayname.textAlign'
:
'
left
'
,
'month.dayname.textAlign'
:
'
center
'
,
// month day grid cell 'day'
'month.holidayExceptThisMonth.color'
:
'rgba(255, 64, 64, 0.4)'
,
atms-web/src/main/webapp/app/calendar/display/calendar-display.ctrl.js
View file @
a642cb5d
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/calendar/display/calendar-display.html
View file @
a642cb5d
...
...
@@ -16,14 +16,18 @@
</label>
</div>
</div>
<div
id=
"calendarList"
class=
"lnb-calendars-d1"
>
</div>
<div
id=
"entityList"
class=
"lnb-calendars-d1"
>
<div
style=
"border-bottom: 2px solid #696969;padding: 15px 5px 0 0;"
>
<span
style=
"font-size: 16px;font-weight: 700;margin: 1px 5px;display: inline-block;"
>
Type of Task
</span>
</div>
<div
id=
"calendarList"
class=
"lnb-calendars-d1"
style=
"padding: 5px 5px 12px 0;"
></div>
<div
id=
"statusList"
class=
"lnb-calendars-d1"
>
<div
style=
"border-bottom: 2px solid #696969;padding: 15px 5px 0 0;"
>
<span
style=
"font-size: 16px;font-weight: 700;margin: 1px 5px;display: inline-block;"
>
Entity
</span>
</div>
<div
id=
"entityList"
class=
"lnb-calendars-d1"
style=
"padding: 5px 5px 12px 0;"
></div>
<div
id=
"statusList"
class=
"lnb-calendars-d1"
></div>
<!-- <div id="calendarTypeList" class="lnb-calendars-d1">-->
<!-- </div>-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment