Parcourir la source

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

yanglzh il y a 2 ans
Parent
commit
125b4f6b69
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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>