Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCheck
design
Commits
58e6e236
Commit
58e6e236
authored
3 years ago
by
Takatoshi Miura
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
49cc7d88
' into feature/1.4.0_miura
parents
58a385ea
49cc7d88
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
128 additions
and
16 deletions
+128
-16
app/css/app.css
+16
-2
app/index.html
+4
-4
app/script/check.js
+108
-10
No files found.
app/css/app.css
View file @
58e6e236
...
...
@@ -6092,8 +6092,8 @@
font-style
:
normal
;
font-weight
:
900
;
font-display
:
block
;
src
:
url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?6606667d9800a27eb8b5f61ccb66d510)
;
src
:
url(
/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?6606667d9800a27eb8b5f61ccb66d510?#iefix)
format
(
"embedded-opentype"
),
url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?3eb06c702e27fb110194f5a16c45cb8e)
format
(
"woff2"
),
url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?f4f93856730733912b1e06ad64c0baf7)
format
(
"woff"
),
url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?915a0b79c22a1c1f64da9e0a90a12f02)
format
(
"truetype"
),
url(
/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?0454203f26b33fc02e2b686b317aab3d#fontawesome)
format
(
"svg"
)
src
:
url(
.
/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?6606667d9800a27eb8b5f61ccb66d510)
;
src
:
url(
./fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?6606667d9800a27eb8b5f61ccb66d510?#iefix)
format
(
"embedded-opentype"
),
url(./fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?3eb06c702e27fb110194f5a16c45cb8e)
format
(
"woff2"
),
url(./fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?f4f93856730733912b1e06ad64c0baf7)
format
(
"woff"
),
url(./fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?915a0b79c22a1c1f64da9e0a90a12f02)
format
(
"truetype"
),
url(.
/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?0454203f26b33fc02e2b686b317aab3d#fontawesome)
format
(
"svg"
)
}
.fa
,
.far
,
.fas
{
...
...
@@ -12894,6 +12894,16 @@ a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
display: inline-flex!important
}
@media (max-width: 500px) {
.operationStartDate {
display: none!important
}
.operationEndDate {
display: none!important
}
}
@media (min-width: 576px) {
.d-sm-none {
display:none!important
...
...
@@ -12968,6 +12978,10 @@ a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
.d-md-inline-flex {
display: inline-flex!important
}
.mobile_operation_date {
display: none!important
}
}
@media (min-width: 992px) {
...
...
This diff is collapsed.
Click to expand it.
app/index.html
View file @
58e6e236
...
...
@@ -74,7 +74,7 @@
<div
class=
"form-group"
>
<label>
開始日
</label>
<div
class=
"input-group date"
id=
"datetimepicker1"
data-target-input=
"nearest"
>
<input
type=
"text"
name=
"start"
class=
"form-control form-control-sm datetimepicker-input"
data-target=
"#datetimepicker1"
placeholder=
"選択"
>
<input
type=
"text"
name=
"start"
class=
"form-control form-control-sm datetimepicker-input"
data-target=
"#datetimepicker1"
placeholder=
"選択"
inputmode=
"none"
>
<div
class=
"input-group-append"
data-target=
"#datetimepicker1"
data-toggle=
"datetimepicker"
>
<div
class=
"input-group-text"
><i
class=
"far fa-calendar"
></i></div>
</div>
...
...
@@ -84,7 +84,7 @@
<div
class=
"form-group"
>
<label>
終了日
</label>
<div
class=
"input-group date"
id=
"datetimepicker2"
data-target-input=
"nearest"
>
<input
type=
"text"
name=
"end"
class=
"form-control form-control-sm datetimepicker-input"
data-target=
"#datetimepicker2"
placeholder=
"選択"
>
<input
type=
"text"
name=
"end"
class=
"form-control form-control-sm datetimepicker-input"
data-target=
"#datetimepicker2"
placeholder=
"選択"
inputmode=
"none"
>
<div
class=
"input-group-append"
data-target=
"#datetimepicker2"
data-toggle=
"datetimepicker"
>
<div
class=
"input-group-text"
><i
class=
"far fa-calendar"
></i></div>
</div>
...
...
@@ -134,7 +134,7 @@
<th>
VR
</th>
</tr>
</thead>
<tbody>
<tbody
id=
"operationTable"
>
</tbody>
</table>
</section>
...
...
@@ -154,7 +154,7 @@
<i
class=
"fas fa-folder fs-14 p-1"
></i>
<div
class=
"fs-7"
>
関連資料
</div>
</a>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
onclick=
"CHK_L.sendAppCommand('goCommunication');"
>
<i
class=
"fas fa-comment-dots fs-14 p-1"
></i>
<div
class=
"fs-7"
>
コミュ
<span
class=
"d-none d-sm-inline"
>
ニケーション
</span></div>
</a>
...
...
This diff is collapsed.
Click to expand it.
app/script/check.js
View file @
58e6e236
This diff is collapsed.
Click to expand it.
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