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
1d3fb3f1910a9839dfe7072374331d665555e15d
Authored by
fengtao
2022-05-13 17:51:46 +0800
1 parent
583928ea
fix:修复背景为白色
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
deviceSubPage/deviceDetailPage/tabDetail/CommandRecord.vue
deviceSubPage/deviceDetailPage/tabDetail/CommandRecord.vue
View file @
1d3fb3f
...
...
@@ -217,6 +217,7 @@ export default {
217
217
<style lang="scss" scoped>
218
218
.command-record {
219
219
padding: 0 30rpx;
220
+
background: #f8f9fa;
220
221
.filter-button {
221
222
font-size: 12px;
222
223
width: 160rpx;
...
...