Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
87b5f680137c4f2d3c9708efcd3f35d7b546847d
Authored by
fengtao
2022-05-18 17:25:01 +0800
1 parent
e194d11d
fix:app端背景色不全
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
alarmSubPage/alarmDetailPage/static/alarmDetail.scss
publicLoginSubPage/other/static/set.scss
alarmSubPage/alarmDetailPage/static/alarmDetail.scss
View file @
87b5f68
1
1
.alarm-detail-page
{
2
2
padding
:
30rpx
;
3
-
background
:
#f8f9fa
;
3
+
height
:
100vh
;
4
+
background-color
:
#f8f9fa
;
4
5
}
5
6
.alarm-detail-column
{
6
7
border-radius
:
10px
;
...
...
publicLoginSubPage/other/static/set.scss
View file @
87b5f68
1
1
.set-page
{
2
2
padding
:
0rpx
30rpx
;
3
-
background
:
#f8f9fa
;
3
+
height
:
100vh
;
4
+
background-color
:
#f8f9fa
;
4
5
.submit
{
5
6
margin-top
:
60rpx
;
6
7
color
:
#fff
;
...
...