ソースを参照

产品详情-数据解析内容高度优化

yanglzh 2 年 前
コミット
125b4f6b69
1 ファイル変更5 行追加0 行削除
  1. 5 0
      src/views/iot/device/product/component/dataParse.vue

+ 5 - 0
src/views/iot/device/product/component/dataParse.vue

@@ -51,3 +51,8 @@ function toSave(data: string) {
 
 }
 </script>
+<style lang="scss" scoped>
+::v-deep(.CodeMirror){
+	height: calc(100vh - 360px);
+}
+</style>