Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ed6c810c
authored
May 07, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
438ce0fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
src/assets/css/index.css
src/components/TabHeader.vue
src/assets/css/index.css
View file @
ed6c810c
...
@@ -13,12 +13,17 @@ i {
...
@@ -13,12 +13,17 @@ i {
color
:
#077AEC
;
color
:
#077AEC
;
}
}
@supports
(
top
:
constant
(
safe-area-inset-top
))
{
@supports
(
padding-
top
:
constant
(
safe-area-inset-top
))
{
.container
{
.container
{
padding-top
:
calc
(
46px
+
constant
(
safe-area-inset-top
));
padding-top
:
calc
(
46px
+
constant
(
safe-area-inset-top
));
color
:
yellow
;
}
}
}
}
.container
{
padding-top
:
calc
(
46px
+
constant
(
safe-area-inset-top
));
color
:
#f00
;
}
.mt0
{
.mt0
{
...
...
src/components/TabHeader.vue
View file @
ed6c810c
...
@@ -39,7 +39,7 @@ export default {
...
@@ -39,7 +39,7 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
@supports
(
top
:
constant
(
safe-area-inset-top
))
{
@supports
(
padding-
top
:
constant
(
safe-area-inset-top
))
{
.iosStyle
{
.iosStyle
{
padding-top
:
constant
(
safe-area-inset-top
);
padding-top
:
constant
(
safe-area-inset-top
);
}
}
...
...
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