Commit 326c21ef9ae86e1b4e8b438b46d4b8154256e954

Authored by fengtao
1 parent 988dc291

fix:app端设备命令记录背景色全白问题

... ... @@ -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;
... ...