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
326c21ef9ae86e1b4e8b438b46d4b8154256e954
Authored by
fengtao
2022-05-18 17:27:21 +0800
1 parent
988dc291
fix:app端设备命令记录背景色全白问题
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
deviceSubPage/deviceDetailPage/tabDetail/CommandDetail.vue
deviceSubPage/deviceDetailPage/tabDetail/CommandDetail.vue
View file @
326c21e
...
...
@@ -84,6 +84,8 @@ export default {
84
84
<style lang="scss" scoped>
85
85
.command-detail {
86
86
padding: 0 30rpx;
87
+
height: 100vh;
88
+
background-color: #f8f9fa;
87
89
.detail-top {
88
90
height: 118rpx;
89
91
width: 690rpx;
...
...