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
583928ea5bce857a39ee89b73444703dc1182428
Authored by
fengtao
2022-05-13 17:51:37 +0800
1 parent
d40a3674
fix:修复背景为白色
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
alarmSubPage/alarmDetailPage/static/alarmDetail.scss
pages/alarm/static/alarm.scss
publicLoginSubPage/other/static/set.scss
alarmSubPage/alarmDetailPage/static/alarmDetail.scss
View file @
583928e
1
1
.alarm-detail-page
{
2
2
padding
:
30rpx
;
3
+
background
:
#f8f9fa
;
3
4
}
4
5
.alarm-detail-column
{
5
6
border-radius
:
10px
;
...
...
pages/alarm/static/alarm.scss
View file @
583928e
1
1
.alert-page
{
2
+
background
:
#f8f9fa
;
2
3
.device-top
{
3
4
padding
:
10rpx
30rpx
;
4
5
background-color
:
#fff
;
...
...
publicLoginSubPage/other/static/set.scss
View file @
583928e
1
1
.set-page
{
2
2
padding
:
0rpx
30rpx
;
3
+
background
:
#f8f9fa
;
3
4
.submit
{
4
5
margin-top
:
60rpx
;
5
6
color
:
#fff
;
...
...